diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-06 18:29:30 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-06 18:29:30 +0000 |
commit | 03e0703934571238d04124c8eda4e6d89e295865 (patch) | |
tree | 8f1cbd53e166f2867ff417bbd44bf754c2b861c4 | |
parent | 80e5e28dca7efd4dbdd388ae14c289f8a3fde9ba (diff) | |
download | aports-03e0703934571238d04124c8eda4e6d89e295865.tar.bz2 aports-03e0703934571238d04124c8eda4e6d89e295865.tar.xz |
community/miniupnpc: upgrade to 2.1.20190403
-rw-r--r-- | community/miniupnpc/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/miniupnpc/APKBUILD b/community/miniupnpc/APKBUILD index 2adf87e09f..1e3c4437dc 100644 --- a/community/miniupnpc/APKBUILD +++ b/community/miniupnpc/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=miniupnpc -pkgver=2.1.20190210 +pkgver=2.1.20190403 pkgrel=0 pkgdesc="Library and tool to control NAT in UPnP-enabled routers" url="http://miniupnp.free.fr" @@ -27,4 +27,4 @@ package() { make PREFIX="$pkgdir"/usr install } -sha512sums="51f662c2a7a78cd99a793ff8b89097d895c80aaca696109c06106f8bb2601465207e068a410134cc66a61b4c0e11d4635bac6e9efdfe3fe8c4f813ac9e7a2fc2 miniupnpc-2.1.20190210.tar.gz" +sha512sums="810ece8f3679c8caab447a621a7bc128a2f1780b455574d3514933c0601223cb14033e97f8e667c596632a75f651dbbb0294523d873e8212fdb5fd3cef61e65f miniupnpc-2.1.20190403.tar.gz" |