kcptun bump to v20200226 (#3398)

1.Recompiled with golang1.14 for performance.
2.Fixed a bug in smux that may cause a connection to terminate unexpected.
This commit is contained in:
gudumuyu 2020-02-28 23:13:43 +08:00 committed by GitHub
parent 965924a294
commit 5fdbf8a364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ ifeq ($(ARCH),aarch64)
endif
PKG_NAME:=kcptun-client
PKG_VERSION:=20200201
PKG_VERSION:=20200226
PKG_RELEASE:=2
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=kcptun-linux-$(PKG_ARCH_KCPTUN)-$(PKG_VERSION).tar.gz