We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15de5b5 commit 5cb5edaCopy full SHA for 5cb5eda
1 file changed
PKGBUILD
@@ -1,7 +1,7 @@
1
# Maintainer: Yukari Chiba <i@0x7f.cc>
2
3
pkgname=botan
4
-pkgver=3.10.0
+pkgver=3.11.0
5
pkgrel=1
6
pkgdesc='Crypto library written in C++'
7
arch=(x86_64 aarch64 riscv64 loongarch64)
@@ -15,7 +15,7 @@ makedepends=(boost python linux-headers)
15
optdepends=('boost-libs: for the botan executable'
16
'python: for using botan2.py')
17
source=("https://botan.randombit.net/releases/Botan-$pkgver.tar.xz")
18
-sha256sums=('fde194236f6d5434f136ea0a0627f6cc9d26af8b96e9f1e1c7d8c82cd90f4f24')
+sha256sums=('e8dd48556818da2c03a9a30932ad05db9e50b12fec90809301ecc64ea51bd11e')
19
20
build() {
21
cd ${pkgname^}-$pkgver
0 commit comments