aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-12-21 09:31:35 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-12-21 16:04:48 +0000
commit3a7b88950a78766002ef478b051c09a971287a4d (patch)
tree99093fca116d198d24cfa8e5ae2636471f60e072
parentb2f7fa9aa284825e622430f51f299a6f3b7646b6 (diff)
community/miniupnpc: upgrade to 2.2.1
-rw-r--r--community/miniupnpc/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/miniupnpc/APKBUILD b/community/miniupnpc/APKBUILD
index a90198e3292..baa045e088b 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.2.0
+pkgver=2.2.1
pkgrel=0
pkgdesc="Library and tool to control NAT in UPnP-enabled routers"
url="http://miniupnp.free.fr"
@@ -9,7 +9,7 @@ arch="all"
license="BSD-3-Clause"
makedepends="bsd-compat-headers py3-setuptools python3-dev"
subpackages="$pkgname-dev py3-$pkgname:_py3 $pkgname-doc"
-source="http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz"
+source="http://miniupnp.free.fr/files/miniupnpc-$pkgver.tar.gz"
build() {
make
@@ -31,4 +31,4 @@ _py3() {
python3 setup.py install --prefix=/usr --root="$subpkgdir" --skip-build
}
-sha512sums="b5bb674f162cae3d9e0205a9cdf6acc1fb334ab8ac5330be924411a8fd46833fb916d09f947d1e40d05224df7df1ecf6d812037185690e5022287c2024eb183f miniupnpc-2.2.0.tar.gz"
+sha512sums="62fc0098890980028199dd16e87b13ce23e78b2cc996433799792dc2a4fa9b5e230139593bde5c721f649c14fcee2e4d8a0558976c5506c21ff26deff6c7c907 miniupnpc-2.2.1.tar.gz"