Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / botan
Commits:
63f4816a by Antonio Rojas at 2025-11-07T11:04:04+01:00
upgpkg: 3.10.0-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = botan
pkgdesc = Crypto library written in C++
- pkgver = 3.9.0
+ pkgver = 3.10.0
pkgrel = 1
url = https://botan.randombit.net/
arch = x86_64
@@ -15,10 +15,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.9.0.tar.xz
- source = https://botan.randombit.net/releases/Botan-3.9.0.tar.xz.asc
+ source = https://botan.randombit.net/releases/Botan-3.10.0.tar.xz
+ source = https://botan.randombit.net/releases/Botan-3.10.0.tar.xz.asc
validpgpkeys = 621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC
- sha256sums =
8c3f284b58ddd42e8e43e9fa86a7129d87ea7c3f776a80d3da63ec20722b0883
+ sha256sums =
fde194236f6d5434f136ea0a0627f6cc9d26af8b96e9f1e1c7d8c82cd90f4f24
sha256sums = SKIP
pkgname = botan
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
# Contributor: Jack Lloyd <[email protected]>
pkgname=botan
-pkgver=3.9.0
+pkgver=3.10.0
pkgrel=1
pkgdesc='Crypto library written in C++'
arch=(x86_64)
@@ -24,7 +24,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=('8c3f284b58ddd42e8e43e9fa86a7129d87ea7c3f776a80d3da63ec20722b0883'
+sha256sums=('fde194236f6d5434f136ea0a0627f6cc9d26af8b96e9f1e1c7d8c82cd90f4f24'
'SKIP')
validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC') # Botan Distribution
Key
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/botan/-/commit/63f4816a1a1756e9f928a997a199a65f02cc80e5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/botan/-/commit/63f4816a1a1756e9f928a997a199a65f02cc80e5
You're receiving this email because of your account on gitlab.archlinux.org.