diff options
author | Marvin Steadfast <marvin@xsteadfastx.org> | 2017-11-30 12:22:05 +0100 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-12-09 02:31:02 +0000 |
commit | b0d2d6b5c3c9cf7a515c133cede3f83d7d3bc659 (patch) | |
tree | b0fc675f96512d69a919cddcafcd36897a15697c /testing/libupnpp | |
parent | 5a9156a0d94deaa572f92d14786c3405e3016656 (diff) | |
download | aports-b0d2d6b5c3c9cf7a515c133cede3f83d7d3bc659.tar.bz2 aports-b0d2d6b5c3c9cf7a515c133cede3f83d7d3bc659.tar.xz |
testing/libupnpp: upgrade to 0.16.1
Diffstat (limited to 'testing/libupnpp')
-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" |