diff --git a/Makefile b/Makefile index a72b4c7..fd8037c 100644 --- a/Makefile +++ b/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=udp2raw-tunnel -PKG_VERSION:=20180225.0 +PKG_VERSION:=20180428.0 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/wangyu-/udp2raw-tunnel.git -PKG_SOURCE_VERSION:=2c67c319b70e7452044bb049d1d98896807464bb +PKG_SOURCE_VERSION:=2c2d897bc2140dbe77cea99f92942425632088e6 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz