kcptun-client: bump to v20190924

This commit is contained in:
CN_SZTL 2019-10-01 09:44:28 +08:00
parent eb7d4b576e
commit 2bd0eb8171
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ PKG_LICENSE:=Apache-2.0
PKG_MAINTAINER:=Xingwang Liao <kuoruan@gmail.com>
LUCI_TITLE:=LuCI support for Kcptun
LUCI_DEPENDS:=+jshn +iptables +iptables-mod-tproxy
LUCI_DEPENDS:=+jshn +iptables +iptables-mod-tproxy +kcptun-client
LUCI_PKGARCH:=all
define Package/$(PKG_NAME)/conffiles

View File

@ -32,8 +32,8 @@ ifeq ($(ARCH),aarch64)
endif
PKG_NAME:=kcptun-client
PKG_VERSION:=20190725
PKG_RELEASE:=2
PKG_VERSION:=20190924
PKG_RELEASE:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=kcptun-linux-$(PKG_ARCH_KCPTUN)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/xtaci/kcptun/releases/download/v$(PKG_VERSION)