Date: Saturday, April 17, 2021 @ 09:15:40 Author: arojas Revision: 412792
Update to 2.18.0 Modified: botan/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-17 09:14:59 UTC (rev 412791) +++ PKGBUILD 2021-04-17 09:15:40 UTC (rev 412792) @@ -7,7 +7,7 @@ # Contributor: Jack Lloyd <[email protected]> pkgname=botan -pkgver=2.17.3 +pkgver=2.18.0 pkgrel=1 pkgdesc='Crypto library written in C++' arch=(x86_64) @@ -17,7 +17,7 @@ makedepends=(python boost openssl) optdepends=('python: for using botan2.py' 'boost-libs: for the botan executable') source=("https://botan.randombit.net/releases/Botan-${pkgver}.tar.xz"{,.asc}) -sha256sums=('79123b654445a4abba486e09a431788545c708237382a3e765664c9f55b03b88' +sha256sums=('cc64852e1e0c5bb30ecd052e4a12d5136125a8ce5c3be2efb6fb061c8677e327' 'SKIP') validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC') # Botan Distribution Key
