community/botan to 2.12.1-1

This commit is contained in:
Kevin Mihelich 2019-11-08 23:32:47 +00:00
parent b909f38154
commit a0015e5564

View file

@ -9,7 +9,7 @@
# - disable neon on !AArch64 # - disable neon on !AArch64
pkgname=botan pkgname=botan
pkgver=2.12.0 pkgver=2.12.1
pkgrel=1 pkgrel=1
pkgdesc='Crypto library written in C++' pkgdesc='Crypto library written in C++'
arch=(x86_64) arch=(x86_64)
@ -19,7 +19,7 @@ makedepends=(python)
optdepends=('python: for using botan2.py') optdepends=('python: for using botan2.py')
validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC') validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
source=("https://botan.randombit.net/releases/Botan-${pkgver}.tar.xz"{,.asc}) source=("https://botan.randombit.net/releases/Botan-${pkgver}.tar.xz"{,.asc})
sha256sums=('1eaefd459d52f27de1805cff8c68792e0610919648ee98e101980e94edb90a63' sha256sums=('7e035f142a51fca1359705792627a282456d49749bf62a37a8e48375d41baaa9'
'SKIP') 'SKIP')
build() { build() {