diff options
-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 039f906ee9..b04deae245 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.0 -pkgrel=1 +pkgver=0.16.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="f566751bb7e7742c060d3238ca02b7fddd9b963256c2589e434a21db77be719758992f92a3b42480cb00da09d4ee0bb15f8634c9706eb6f2b738f001c0d81ce0 libupnpp-0.16.0.tar.gz" +sha512sums="3e73542e49f35d684ff0830593e60000dbb1993b871ae51af6a10ff385d7ad3882aed0625430a8760fb0b3c00f8dfe36314bbd01044fd397d1adda9801fbb1da libupnpp-0.16.1.tar.gz" |