diff options
Diffstat (limited to 'testing/libupnpp/APKBUILD')
-rw-r--r-- | testing/libupnpp/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libupnpp/APKBUILD b/testing/libupnpp/APKBUILD index a82fc89619..c16f4e7f1d 100644 --- a/testing/libupnpp/APKBUILD +++ b/testing/libupnpp/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Marvin Steadfast <marvin@xsteadfastx.org> # Maintainer: Marvin Steadfast <marvin@xsteadfastx.org> pkgname=libupnpp -pkgver=0.19.4 +pkgver=0.20.2 pkgrel=0 pkgdesc="C++ wrapper for libupnp" url="https://framagit.org/medoc92/libupnpp" @@ -21,4 +21,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="4fda8ef9046d18b39cde4c5c6cfca4284f1f6ad76689cdab5a0d584b9fae17adbfe225542b81b88c62e62b65584dab38211a0606ac02ffd0f12abd13246c040f libupnpp-0.19.4.tar.gz" +sha512sums="dd69c379e929a2c978b2a25b36ff7175ab2f9a21b632eba00bf389da9f3c418529f5de8a9f136f53f52702df12a2b9df3044390222d3a12ce4920b4844921e51 libupnpp-0.20.2.tar.gz" |