diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-19 03:39:05 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-19 11:19:23 -0300 |
commit | 82ce3e6ae9f098455d618718b13bf365571391ac (patch) | |
tree | daa248d86be3acabc36e9d461510b7993e4d459f /testing/poco | |
parent | ef6bcbc0a1706dbf78a88aea1a5e8861876a5f81 (diff) | |
download | aports-82ce3e6ae9f098455d618718b13bf365571391ac.tar.bz2 aports-82ce3e6ae9f098455d618718b13bf365571391ac.tar.xz |
testing/poco: upgrade to 1.9.2
Diffstat (limited to 'testing/poco')
-rw-r--r-- | testing/poco/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/poco/APKBUILD b/testing/poco/APKBUILD index fd05f3d164..85cb59973c 100644 --- a/testing/poco/APKBUILD +++ b/testing/poco/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leonardo Arena <rnalrd@alpinelinux.org> # Maintainer: pkgname=poco -pkgver=1.9.0 +pkgver=1.9.2 pkgrel=0 pkgdesc="C++ class libraries for building network- and internet-based applications" options="!check" # No testsuite @@ -10,7 +10,7 @@ arch="all" license="BSL-1.0" makedepends="openssl-dev linux-headers" subpackages="$pkgname-dev" -source="https://pocoproject.org/releases/$pkgname-$pkgver/$pkgname-$pkgver-all.tar.gz +source="https://pocoproject.org/releases/poco-$pkgver/poco-$pkgver-all.tar.gz cxxflags.patch " @@ -36,5 +36,5 @@ package() { cp Crypto/include/Poco/Crypto/*.h "$_basedir"/Crypto } -sha512sums="ab29a18e254af1232b500143daae219bee71c4a0047e68eca52c20a915e3651ab02dc143facd0ed85c9fadc8ea4a973c76765c69da4306c3c902a9121700b762 poco-1.9.0-all.tar.gz +sha512sums="65a125dea5b3dbffe5f1121bdb58824d0905daeff0af52e7bb89abf5571624147b16f084a8bde316afd0394fc7fe9a2d185e0e0c0ccd31f393df84cf0dceb603 poco-1.9.2-all.tar.gz 5f72e487074ea26e29e81d6fc244d03989d780d71b33a064456fa19b241aca278fbfd9b303733940b837921ea25781ee62905d70a5f1c57f1b24cd38a2a7d720 cxxflags.patch" |