diff options
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" |