[alpine-devel] [PATCH] testing/miniupnpc: upgrade to 1.9 client release (do not apply 1.9.20140401)
Export this patch
It is recommended to run the stable miniupnpc client release (not 1.x.date)
---
testing/miniupnpc/APKBUILD | 8 ++++ ----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/testing/miniupnpc/APKBUILD b/testing/miniupnpc/APKBUILD
index 6929f46..9c46022 100644
--- a/testing/miniupnpc/APKBUILD
+++ b/testing/miniupnpc/APKBUILD
@@ -1,7 +1,7 @@
# Contributor:
# Maintainer:
pkgname=miniupnpc
- pkgver=1.8
+ pkgver=1.9
pkgrel=0
pkgdesc="Library and tool to control NAT in UPnP-enabled routers"
url="http://miniupnp.free.fr/"
@@ -36,6 +36,6 @@ package() {
rm -f "$pkgdir"/usr/lib/*.la
}
- md5sums="065bf20a20ebe605c675b7a5aaef340a miniupnpc-1.8.tar.gz"
- sha256sums="bc5f73c7b0056252c1888a80e6075787a1e1e9112b808f863a245483ff79859c miniupnpc-1.8.tar.gz"
- sha512sums="8eedac9ad473fc952ca8896fe534d6da6b1b234e8b6f35f721394d4c71aca84ed287ca6c4f0455b50d97a45e4cd34e27d99a6813386e0864781364aa607e13d4 miniupnpc-1.8.tar.gz"
+ md5sums="5ef3ba321e6df72d6519b728b292073e miniupnpc-1.9.tar.gz"
+ sha256sums="2923e453e880bb949e3d4da9f83dd3cb6f08946d35de0b864d0339cf70934464 miniupnpc-1.9.tar.gz"
+ sha512sums="7994749fa92e6478285dada191f4ad0d15fdce6cf281ee4d1d3d5615548338d68be3b9ce96a04ef4b81c697589689398060cc6f610101fa1d0e6f9e24b7850a9 miniupnpc-1.9.tar.gz"
--
1.9.1
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---
Ignore the miniupnpc 1.9 client release - the latest 20140401 package
you have already pushed works ok - I've successfully built namecoind
against it.
Stuart.
On 04/19/2014 02:42 AM, Stuart Cardall wrote: