From 9a97fbbf4faa54c1d0db8fa438bf53ee4a7bd3aa Mon Sep 17 00:00:00 2001 From: wangyu- Date: Sun, 14 Jan 2018 07:27:01 -0600 Subject: [PATCH] fix source-version in openwrt makefile --- third-party/udp2raw-openwrt-makefile/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-party/udp2raw-openwrt-makefile/Makefile b/third-party/udp2raw-openwrt-makefile/Makefile index 44dcae4..1d0f3e7 100644 --- a/third-party/udp2raw-openwrt-makefile/Makefile +++ b/third-party/udp2raw-openwrt-makefile/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/wangyu-/udp2raw-tunnel.git -PKG_SOURCE_VERSION:=19b4d456365ea5d44e2fa6e7447e59061f14ef51 +PKG_SOURCE_VERSION:=a884b02b26e8c8d24cb74e006d4de11da2f6f567 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz