From c5bf9d3c67aeefd7d9017557aa1fd15e30af15e0 Mon Sep 17 00:00:00 2001 From: Chao Liu Date: Mon, 6 Jan 2020 16:30:24 +0800 Subject: [PATCH] kcptun: bump to v20200103 Reference: https://github.com/xtaci/kcptun/releases/tag/v20200103 Signed-off-by: Chao Liu --- net/kcptun/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/kcptun/Makefile b/net/kcptun/Makefile index 6b645b546..d512451ea 100644 --- a/net/kcptun/Makefile +++ b/net/kcptun/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=kcptun -PKG_VERSION:=20191112 -PKG_RELEASE:=2 +PKG_VERSION:=20200103 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/xtaci/kcptun/tar.gz/v${PKG_VERSION}? -PKG_SOURCE_DATE:=2019-11-12 -PKG_HASH:=63fd7647cce7488c193ed74f96c2ec377b8b7466f0661bf021d414c68c2fe78b +PKG_SOURCE_DATE:=2020-01-03 +PKG_HASH:=620d4cd3ed1660e71b0fe1041c063e8fb38dc3aa7a6c78f6570e812566f44bb5 PKG_MAINTAINER:=Dengfeng Liu , Chao Liu PKG_LICENSE:=MIT