[arch-commits] Commit in botan/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Jul 20 09:01:24 UTC 2019


    Date: Saturday, July 20, 2019 @ 09:01:24
  Author: arojas
Revision: 492260

Update to 2.11.0

Modified:
  botan/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-20 08:48:01 UTC (rev 492259)
+++ PKGBUILD	2019-07-20 09:01:24 UTC (rev 492260)
@@ -6,7 +6,7 @@
 # Contributor: Jack Lloyd <jack at randombit.net>
 
 pkgname=botan
-pkgver=2.10.0
+pkgver=2.11.0
 pkgrel=1
 pkgdesc='Crypto library written in C++'
 arch=(x86_64)
@@ -15,8 +15,8 @@
 makedepends=(python)
 optdepends=('python: for using botan2.py')
 validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
-source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
-sha256sums=('88481997578c27924724fea76610d43d9f59c99edfe561d41803bbc98871ad31'
+source=("https://botan.randombit.net/releases/Botan-${pkgver}.tar.xz"{,.asc})
+sha256sums=('f7874da2aeb8c018fd77df40b2137879bf90b66f5589490c991e83fb3e8094be'
             'SKIP')
 
 build() {



More information about the arch-commits mailing list