summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMantas Mikulėnas2021-07-25 12:42:45 +0300
committerMantas Mikulėnas2021-07-25 12:42:45 +0300
commit38ecc03d68da2efac9f70eced381e5c71fcd3fb5 (patch)
treeda2d02b5987e48b9c6dd176ec9ab0739994d1679
parentbcfc2ee84e737bd141ca4bfc253fe5391cff40ac (diff)
downloadaur-38ecc03d68da2efac9f70eced381e5c71fcd3fb5.tar.gz
release 2.4.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4178358ea068..867e04c48802 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mastercard-pkcs11-tools
pkgdesc = Tools to manage objects on PKCS#11 cryptographic tokens
- pkgver = 2.3.1
+ pkgver = 2.4.0
pkgrel = 1
url = https://github.com/Mastercard/pkcs11-tools
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = mastercard-pkcs11-tools
makedepends = bison
makedepends = flex
depends = openssl
- source = git+https://github.com/Mastercard/pkcs11-tools#commit=7fb6322fc75888c1c5707caef0e82ee036777aa4
+ source = git+https://github.com/Mastercard/pkcs11-tools#commit=v2.4.0
source = git+https://git.savannah.gnu.org/git/gnulib.git
source = oasis-pkcs11::git+https://github.com/oasis-tcs/pkcs11
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5d25f0d26a8d..7b00c8cbd632 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mastercard-pkcs11-tools
-pkgver=2.3.1
+pkgver=2.4.0
pkgrel=1
pkgdesc="Tools to manage objects on PKCS#11 cryptographic tokens"
url="https://github.com/Mastercard/pkcs11-tools"
@@ -10,7 +10,7 @@ makedepends=(
bison
flex
)
-_commit=7fb6322fc75888c1c5707caef0e82ee036777aa4
+_commit=v2.4.0
source=("git+https://github.com/Mastercard/pkcs11-tools#commit=$_commit"
"git+https://git.savannah.gnu.org/git/gnulib.git"
"oasis-pkcs11::git+https://github.com/oasis-tcs/pkcs11")