Date: Tuesday, December 22, 2020 @ 07:30:31 Author: arojas Revision: 404828
Update to 2.17.3 Modified: botan/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-22 07:04:20 UTC (rev 404827) +++ PKGBUILD 2020-12-22 07:30:31 UTC (rev 404828) @@ -7,8 +7,8 @@ # Contributor: Jack Lloyd <[email protected]> pkgname=botan -pkgver=2.17.2 -pkgrel=2 +pkgver=2.17.3 +pkgrel=1 pkgdesc='Crypto library written in C++' arch=(x86_64) url='https://botan.randombit.net/' @@ -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=('ebe27dfe2b55d7e02bf520e926606c48b76b22facb483256b13ab38e018e1e6c' +sha256sums=('79123b654445a4abba486e09a431788545c708237382a3e765664c9f55b03b88' 'SKIP') validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC') # Botan Distribution Key
