From c811dc15a33e538f96f10c674eebf7a885ef6691 Mon Sep 17 00:00:00 2001 From: wangyu- Date: Sun, 14 Jan 2018 07:31:55 -0600 Subject: [PATCH] fix pkg_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 1d0f3e7..0fa4e91 100644 --- a/third-party/udp2raw-openwrt-makefile/Makefile +++ b/third-party/udp2raw-openwrt-makefile/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=udp2raw-tunnel -PKG_VERSION:=20171125.0 +PKG_VERSION:=20180111.1 PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git