From: Tim Yardley Date: Fri, 8 Feb 2013 21:05:52 +0000 (+0000) Subject: miniupnpd: backport of r35520 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=287bea17607b1c5d11cdfeeac961e2ff676ff162;p=openwrt%2Fsvn-archive%2Farchive.git miniupnpd: backport of r35520 Signed-off-by: Tim Yardley SVN-Revision: 35527 --- diff --git a/net/miniupnpd/Makefile b/net/miniupnpd/Makefile index d25e39a50d..2e852b8d29 100644 --- a/net/miniupnpd/Makefile +++ b/net/miniupnpd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=miniupnpd -PKG_VERSION:=1.7.20121005 -PKG_RELEASE:=2 +PKG_VERSION:=1.8 +PKG_RELEASE:=1 PKG_SOURCE_URL:=http://miniupnp.free.fr/files PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_MD5SUM:=d676ef9516ca3fbdd811aee62f2ca724 +PKG_MD5SUM:=0d8a8e936d5a0012cb260a3b972acbf3 include $(INCLUDE_DIR)/package.mk