diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2014-06-26 03:09:13 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2014-06-26 03:09:13 +0200 |
commit | bcd2e39bfa498c931aa06c5e1e3b1f10367a6216 (patch) | |
tree | 2155ba48c73ebef31d51013610b69a0f8492d5a6 /net/udpxy/Makefile | |
parent | 11bf9384ed3dd1aaca880d7a9dbfb0805aff0748 (diff) |
udpxy: Simplify configuration.
This fixes https://dev.openwrt.org/ticket/16863.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'net/udpxy/Makefile')
-rw-r--r-- | net/udpxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |