Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
pkcs11-helper
Commits:
a958a03e by Christian Hesse at 2023-12-02T22:44:27+01:00
upgpkg: 1.30.0-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = pkcs11-helper
pkgdesc = A library that simplifies the interaction with PKCS11
providers for end-user applications using a simple API and optional OpenSSL
engine
- pkgver = 1.29.0
- pkgrel = 2
+ pkgver = 1.30.0
+ pkgrel = 1
url = https://github.com/OpenSC/pkcs11-helper
arch = x86_64
license = GPL
@@ -10,7 +10,7 @@ pkgbase = pkcs11-helper
depends = nss
depends = openssl
provides = libpkcs11-helper.so
- source =
https://github.com/OpenSC/pkcs11-helper/releases/download/pkcs11-helper-1.29.0/pkcs11-helper-1.29.0.tar.bz2
- sha256sums =
996846a3c8395e03d8c0515111dc84d82e6e3648d44ba28cb2dbbbca2d4db7d6
+ source =
https://github.com/OpenSC/pkcs11-helper/releases/download/pkcs11-helper-1.30.0/pkcs11-helper-1.30.0.tar.bz2
+ sha256sums =
4c5815ba910cabf26df08d449ca2909daf4538c9899aa7f7fadc61229d3488a9
pkgname = pkcs11-helper
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Martin Perner <martin dot perner at gmail dot com>
pkgname=pkcs11-helper
-pkgver=1.29.0
-pkgrel=2
+pkgver=1.30.0
+pkgrel=1
pkgdesc='A library that simplifies the interaction with PKCS11 providers for
end-user applications using a simple API and optional OpenSSL engine'
arch=('x86_64')
url='https://github.com/OpenSC/pkcs11-helper'
@@ -13,7 +13,7 @@ license=('GPL' 'BSD')
depends=('gnutls' 'nss' 'openssl')
provides=('libpkcs11-helper.so')
source=("https://github.com/OpenSC/${pkgname}/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('996846a3c8395e03d8c0515111dc84d82e6e3648d44ba28cb2dbbbca2d4db7d6')
+sha256sums=('4c5815ba910cabf26df08d449ca2909daf4538c9899aa7f7fadc61229d3488a9')
build() {
cd pkcs11-helper-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pkcs11-helper/-/commit/a958a03e2db8e7acc4ab891baeb8ab9e0f54ffdc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pkcs11-helper/-/commit/a958a03e2db8e7acc4ab891baeb8ab9e0f54ffdc
You're receiving this email because of your account on gitlab.archlinux.org.