Date: Tuesday, April 30, 2019 @ 19:31:18 Author: arojas Revision: 457056
Update to 8.2.0 Modified: crypto++/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-30 19:23:11 UTC (rev 457055) +++ PKGBUILD 2019-04-30 19:31:18 UTC (rev 457056) @@ -6,7 +6,7 @@ # Contributor: jlvsimoes <[email protected]> pkgname=crypto++ -pkgver=7.0.0 +pkgver=8.2.0 _srcver=${pkgver//./} pkgrel=1 pkgdesc="A free C++ class library of cryptographic schemes" @@ -17,15 +17,19 @@ makedepends=('unzip') # Fix https://bugs.archlinux.org/task/56689 install="crypto++.install" -source=("https://www.cryptopp.com/cryptopp${_srcver}.zip" +source=("https://www.cryptopp.com/cryptopp${_srcver}.zip"{,.sig} 'libcrypto++.pc') # Checksums from https://www.cryptopp.com/release600.html -sha1sums=('1288682ae2f3062ea3a82ca2e90bd06d147568a4' +sha1sums=('b042d2f0c93410abdec7c12bcd92787d019f8da1' + 'SKIP' 'ef530175d27101dcb23a3f92d3c80a529f1d7b02') -sha256sums=('a4bc939910edd3d29fb819a6fc0dfdc293f686fa62326f61c56d72d0a366ceb0' +sha256sums=('03f0e2242e11b9d19b28d0ec5a3fa8ed5cc7b27640e6bed365744f593e858058' + 'SKIP' '8722862336f9fe0181734619c197bf4248f0e07b93bdcd693709f57b2f6aa9e6') -sha512sums=('8fd8d680e5ceaf10b3c32cb1504bda4b32abc9fcaa2c6e61e3b5e67aca805c792579884bc6a749c29a99105304c421d03d7fe7909fc58f750b3155c7c5cec8ec' +sha512sums=('753513a4ec8dd0fff2f551853ce6bd265d82219c28b033565b565b5e567fbee17adb419f4cde58a97e62b7d6533f4099aa4996cd0ba4775c6a2e7ae63a879da5' + 'SKIP' '3be1569e81af1f9b35e944faae3e9962ee2e492fb38e94fe7f847b85da033a79bbfeff193e0edb2d69f2d893f6e8279be144b9395653db67374300f7feb23276') +validpgpkeys=('B8CC19802062211A508B2F5CCE0586AF1F8E37BD') # Jeffrey Walton (Crypto++ Release) <[email protected]> build() { CXXFLAGS+=" -DNDEBUG -fPIC" make dynamic cryptest.exe
