From: Jo-Philipp Wich Date: Thu, 10 Oct 2013 14:48:23 +0000 (+0000) Subject: udpxy: Update to version 1.0.23-9 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=5716eee08ea390fe16cbed8d48cfba3ececf4689;p=openwrt%2Fsvn-archive%2Farchive.git udpxy: Update to version 1.0.23-9 Switch from http://sourceforge.net/projects/udpxy to http://www.udpxy.com/index-en.html [jow: fixed source url, trimmed commit message] Signed-off-by: Álvaro Fernández Rojas SVN-Revision: 38357 --- diff --git a/net/udpxy/Makefile b/net/udpxy/Makefile index 71e1332ef9..1db05d6ed7 100644 --- a/net/udpxy/Makefile +++ b/net/udpxy/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=udpxy -PKG_REV:=1.0.21 -PKG_TAG:=2 +PKG_REV:=1.0.23 +PKG_TAG:=9 PKG_VERSION:=$(PKG_REV)-$(PKG_TAG) PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME).$(PKG_REV)-$(patsubst %,%-prod,$(PKG_TAG)).tgz -PKG_SOURCE_URL:=@SF/udpxy -PKG_MD5SUM:=d969fc34604b3abcc8ef62510967f2b0 +PKG_SOURCE:=$(PKG_NAME).$(PKG_REV)-$(patsubst %,%-prod,$(PKG_TAG)).tar.gz +PKG_SOURCE_URL:=http://www.udpxy.com/download/1_23 +PKG_MD5SUM:=0c953f7dd80329c1a062997afb9b6744 PKG_INSTALL:=1 @@ -25,7 +25,7 @@ define Package/udpxy SECTION:=net CATEGORY:=Network TITLE:=convert UDP IPTV streams into http stream - URL:=http://sourceforge.net/projects/udpxy + URL:=http://www.udpxy.com/index-en.html endef define Package/udpxy/description