From 5fdbf8a3648235dc1a23048d1a8980fd27beb616 Mon Sep 17 00:00:00 2001 From: gudumuyu <32303402+gudumuyu@users.noreply.github.com> Date: Fri, 28 Feb 2020 23:13:43 +0800 Subject: [PATCH] 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. --- package/lean/kcptun/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lean/kcptun/Makefile b/package/lean/kcptun/Makefile index 5abe0cdd6..10f7c08b9 100644 --- a/package/lean/kcptun/Makefile +++ b/package/lean/kcptun/Makefile @@ -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