Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
crypto++
Commits:
56ec9262 by Maxime Gauduin at 2023-10-09T14:42:26+02:00
upgpkg: 8.9.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = crypto++
pkgdesc = A free C++ class library of cryptographic schemes
- pkgver = 8.8.0
+ pkgver = 8.9.0
pkgrel = 1
url = https://www.cryptopp.com/
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = crypto++
makedepends = git
makedepends = unzip
depends = gcc-libs
- source =
git+https://github.com/weidai11/cryptopp.git#tag=4d0cad5401d1a2c998b314bc89288c9620d3021d
+ source =
git+https://github.com/weidai11/cryptopp.git#tag=843d74c7c97f9e19a615b8ff3c0ca06599ca501b
validpgpkeys = B8CC19802062211A508B2F5CCE0586AF1F8E37BD
b2sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
# Contributor: jlvsimoes <[email protected]>
pkgname=crypto++
-pkgver=8.8.0
+pkgver=8.9.0
pkgrel=1
pkgdesc='A free C++ class library of cryptographic schemes'
arch=(x86_64)
@@ -18,7 +18,7 @@ makedepends=(
git
unzip
)
-_tag=4d0cad5401d1a2c998b314bc89288c9620d3021d
+_tag=843d74c7c97f9e19a615b8ff3c0ca06599ca501b
source=(git+https://github.com/weidai11/cryptopp.git#tag=${_tag})
b2sums=(SKIP)
validpgpkeys=(B8CC19802062211A508B2F5CCE0586AF1F8E37BD) # Jeffrey Walton
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cryptoplusplus/-/commit/56ec926255481cd29942dfd1ebc4e6d46102af89
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cryptoplusplus/-/commit/56ec926255481cd29942dfd1ebc4e6d46102af89
You're receiving this email because of your account on gitlab.archlinux.org.