From 2cc1b73319fc7a8d33373663deceec3b0c00c839 Mon Sep 17 00:00:00 2001 From: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com> Date: Mon, 6 Apr 2020 15:35:20 +0800 Subject: [PATCH] kcptun: fix version fix https://github.com/project-openwrt/openwrt-latest-isco/issues/53 fix https://github.com/project-openwrt/openwrt-latest-isco/issues/54 --- package/lean/openwrt-kcptun/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lean/openwrt-kcptun/Makefile b/package/lean/openwrt-kcptun/Makefile index 580aabad8e..c00eb4d5a4 100644 --- a/package/lean/openwrt-kcptun/Makefile +++ b/package/lean/openwrt-kcptun/Makefile @@ -32,7 +32,7 @@ ifeq ($(ARCH),aarch64) endif PKG_NAME:=openwrt-kcptun -PKG_VERSION:=20200226 +PKG_VERSION:=20200201 PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=kcptun-linux-$(PKG_ARCH_KCPTUN)-$(PKG_VERSION).tar.gz