From e0efec26920f73ade2f45aa0aa2560aebbf887a2 Mon Sep 17 00:00:00 2001 From: gudumuyu <32303402+gudumuyu@users.noreply.github.com> Date: Wed, 5 Feb 2020 23:46:28 +0800 Subject: [PATCH] kcptun:bump to 20200201 (#2937) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1、Fixed a bug in https://github.com/xtaci/kcp-go/releases/tag/v5.5.5 2、Upgraded scheduler in kcp-go for efficiency, https://github.com/xtaci/kcp-go/blob/master/timedsched.go --- 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 3ac4db2b7..5abe0cdd6 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:=20200103 +PKG_VERSION:=20200201 PKG_RELEASE:=2 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=kcptun-linux-$(PKG_ARCH_KCPTUN)-$(PKG_VERSION).tar.gz