From bcd2e39bfa498c931aa06c5e1e3b1f10367a6216 Mon Sep 17 00:00:00 2001 From: Álvaro Fernández Rojas Date: Thu, 26 Jun 2014 03:09:13 +0200 Subject: udpxy: Simplify configuration. This fixes https://dev.openwrt.org/ticket/16863. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas --- net/udpxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/udpxy/Makefile') diff --git a/net/udpxy/Makefile b/net/udpxy/Makefile index 78661cf8a..886d5dabe 100644 --- a/net/udpxy/Makefile +++ b/net/udpxy/Makefile @@ -11,7 +11,7 @@ PKG_NAME:=udpxy PKG_REV:=1.0.23 PKG_TAG:=9 PKG_VERSION:=$(PKG_REV)-$(PKG_TAG) -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME).$(PKG_REV)-$(patsubst %,%-prod,$(PKG_TAG)).tar.gz PKG_SOURCE_URL:=http://www.udpxy.com/download/1_23 -- cgit v1.2.3