* update botan to 3.6.1-2
This commit is contained in:
parent
bf88c7a4b1
commit
e64a7657d2
@ -1,7 +1,7 @@
|
||||
pkgbase = botan
|
||||
pkgdesc = Crypto library written in C++
|
||||
pkgver = 3.6.0
|
||||
pkgrel = 1
|
||||
pkgver = 3.6.1
|
||||
pkgrel = 2
|
||||
url = https://botan.randombit.net/
|
||||
arch = x86_64
|
||||
arch = powerpc64le
|
||||
@ -19,10 +19,10 @@ pkgbase = botan
|
||||
depends = zlib
|
||||
optdepends = boost-libs: for the botan executable
|
||||
optdepends = python: for using botan2.py
|
||||
source = https://botan.randombit.net/releases/Botan-3.6.0.tar.xz
|
||||
source = https://botan.randombit.net/releases/Botan-3.6.0.tar.xz.asc
|
||||
source = https://botan.randombit.net/releases/Botan-3.6.1.tar.xz
|
||||
source = https://botan.randombit.net/releases/Botan-3.6.1.tar.xz.asc
|
||||
validpgpkeys = 621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC
|
||||
sha256sums = e6ec54a58c96914d7ce560f17a9a5659ebb987e053323bb9ca2bffeb90707e7a
|
||||
sha256sums = 7cb8575d88d232c77174769d7f9e24bb44444160585986eebd66e749cb9a9089
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = botan
|
||||
|
@ -8,8 +8,8 @@
|
||||
# Contributor: Jack Lloyd <jack@randombit.net>
|
||||
|
||||
pkgname=botan
|
||||
pkgver=3.6.0
|
||||
pkgrel=1
|
||||
pkgver=3.6.1
|
||||
pkgrel=2
|
||||
pkgdesc='Crypto library written in C++'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url='https://botan.randombit.net/'
|
||||
@ -25,7 +25,7 @@ makedepends=(boost
|
||||
optdepends=('boost-libs: for the botan executable'
|
||||
'python: for using botan2.py')
|
||||
source=(https://botan.randombit.net/releases/Botan-${pkgver}.tar.xz{,.asc})
|
||||
sha256sums=('e6ec54a58c96914d7ce560f17a9a5659ebb987e053323bb9ca2bffeb90707e7a'
|
||||
sha256sums=('7cb8575d88d232c77174769d7f9e24bb44444160585986eebd66e749cb9a9089'
|
||||
'SKIP')
|
||||
validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC') # Botan Distribution Key
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user