mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/botan to 2.17.1-1
This commit is contained in:
parent
2d62abf21d
commit
929eadff42
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
# - disable neon on !AArch64
|
# - disable neon on !AArch64
|
||||||
|
|
||||||
pkgname=botan
|
pkgname=botan
|
||||||
pkgver=2.17.0
|
pkgver=2.17.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Crypto library written in C++'
|
pkgdesc='Crypto library written in C++'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -20,7 +20,7 @@ depends=(xz sqlite)
|
||||||
makedepends=(python boost openssl)
|
makedepends=(python boost openssl)
|
||||||
optdepends=('python: for using botan2.py' 'boost-libs: for the botan executable')
|
optdepends=('python: for using botan2.py' 'boost-libs: for the botan executable')
|
||||||
source=("https://botan.randombit.net/releases/Botan-${pkgver}.tar.xz"{,.asc})
|
source=("https://botan.randombit.net/releases/Botan-${pkgver}.tar.xz"{,.asc})
|
||||||
sha256sums=('b97044b312aa718349af7851331b064bc7bd5352400d5f80793bace427d01343'
|
sha256sums=('741358b3f1638ed7d9b2f59b4e344aa46f4966b15958b5434c0ac1580df0c0c1'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC') # Botan Distribution Key
|
validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC') # Botan Distribution Key
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue