mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/botan to 2.4.0-1
This commit is contained in:
parent
7b50060bd4
commit
3b9c0805fb
1 changed files with 3 additions and 3 deletions
|
@ -11,10 +11,10 @@
|
||||||
# - AArch64 patch
|
# - AArch64 patch
|
||||||
|
|
||||||
pkgname=botan
|
pkgname=botan
|
||||||
pkgver=2.3.0
|
pkgver=2.4.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Crypto library written in C++'
|
pkgdesc='Crypto library written in C++'
|
||||||
arch=('x86_64' 'i686')
|
arch=('x86_64')
|
||||||
url='https://botan.randombit.net/'
|
url='https://botan.randombit.net/'
|
||||||
license=('BSD')
|
license=('BSD')
|
||||||
depends=('gcc-libs' 'sh')
|
depends=('gcc-libs' 'sh')
|
||||||
|
@ -22,7 +22,7 @@ makedepends=('python')
|
||||||
validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
|
validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
|
||||||
source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc}
|
source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc}
|
||||||
'0001-aarch64-support.patch')
|
'0001-aarch64-support.patch')
|
||||||
sha256sums=('39f970fee5986a4c3e425030aef50ac284da18596c004d1a9cce7688c4e6d47c'
|
sha256sums=('ed9464e2a5cfee4cd3d9bd7a8f80673b45c8a0718db2181a73f5465a606608a5'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'0e279e3b16e115e26f5dc1edf02a4082f063134513aaf6ad1fbd10a1d2624e37')
|
'0e279e3b16e115e26f5dc1edf02a4082f063134513aaf6ad1fbd10a1d2624e37')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue