diff options
author | Marvin Steadfast <marvin@xsteadfastx.org> | 2018-12-11 08:35:15 +0100 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-12 07:17:34 +0000 |
commit | 9dd7a98ab738bfa40cf691721508b8fb1d6b5707 (patch) | |
tree | a50d65a6cb7f16f9530aa9d2af63ec268d3ee733 /testing | |
parent | c15f4a2c2b6468d195825cea1bc38e8521576501 (diff) | |
download | aports-9dd7a98ab738bfa40cf691721508b8fb1d6b5707.tar.bz2 aports-9dd7a98ab738bfa40cf691721508b8fb1d6b5707.tar.xz |
testing/libupnpp: upgrade to 0.17.1
Closes GH-5814
Diffstat (limited to 'testing')
-rw-r--r-- | testing/libupnpp/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/libupnpp/APKBUILD b/testing/libupnpp/APKBUILD index 76996aaca2..7d3f8c7f65 100644 --- a/testing/libupnpp/APKBUILD +++ b/testing/libupnpp/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Marvin Steadfast <marvin@xsteadfastx.org> # Maintainer: Marvin Steadfast <marvin@xsteadfastx.org> pkgname=libupnpp -pkgver=0.16.1 -pkgrel=1 +pkgver=0.17.1 +pkgrel=0 pkgdesc="a C++ wrapper for libupnp" url="https://opensourceprojects.eu/p/libupnpp" arch="all" @@ -26,4 +26,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="0ebe2464e49a6373c84d1464d9ab27dce54235111bdd651036a5405b43cbb246b8fd183e46f616d6cc8649a70413a4909b9a9c86d8243412895917ccdaca8582 libupnpp-0.16.1.tar.gz" +sha512sums="0aaaf43fa54f7c18f78385c42c53595e546ddb06963efcd0da12af5de1327b5173eda2ebdf2c1f57613d9d45a210a42b2304965dfb6d423363db8a25e6242474 libupnpp-0.17.1.tar.gz" |