diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-09-20 12:28:34 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-09-20 12:29:59 +0000 |
commit | e848971d87fc5790ad231f7708561f3f22053e55 (patch) | |
tree | 39e5d360310b35b08d14bc8b704e9e3ce81489a3 /testing | |
parent | e8b7f29ec1863d8f8b2a502ba2ea87b8439e9427 (diff) | |
download | aports-e848971d87fc5790ad231f7708561f3f22053e55.tar.bz2 aports-e848971d87fc5790ad231f7708561f3f22053e55.tar.xz |
testing/libupnpp: update package checksum
the upgrade to 0.16.0 missed the new checksum
Diffstat (limited to 'testing')
-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 ffd6b2a65f..039f906ee9 100644 --- a/testing/libupnpp/APKBUILD +++ b/testing/libupnpp/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Marvin Steadfast <marvin@xsteadfastx.org> pkgname=libupnpp pkgver=0.16.0 -pkgrel=0 +pkgrel=1 pkgdesc="a C++ wrapper for libupnp" url="https://opensourceprojects.eu/p/libupnpp" arch="all" @@ -26,4 +26,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="8f2e28561691422a81874b988b99f29adeca38f6aeb9e54aaa85baddb184b0aca48abaa306b1adbf338c4e4525a11b4021e7ceb4a106f4fe683f00154b6b02e1 libupnpp-0.15.3.tar.gz" +sha512sums="f566751bb7e7742c060d3238ca02b7fddd9b963256c2589e434a21db77be719758992f92a3b42480cb00da09d4ee0bb15f8634c9706eb6f2b738f001c0d81ce0 libupnpp-0.16.0.tar.gz" |