summaryrefslogtreecommitdiff
path: root/user/p11-kit
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-05 03:01:47 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-05 03:01:47 +0000
commit86b30014a8c7622645768a69ad5ac5e44cefa98a (patch)
treeab3109de502c34bbb1373cf4a69271b3b75c60ea /user/p11-kit
parent98c982cb5d6d46dd77bb28769a5830b379fef911 (diff)
downloadpackages-86b30014a8c7622645768a69ad5ac5e44cefa98a.tar.gz
packages-86b30014a8c7622645768a69ad5ac5e44cefa98a.tar.bz2
packages-86b30014a8c7622645768a69ad5ac5e44cefa98a.tar.xz
packages-86b30014a8c7622645768a69ad5ac5e44cefa98a.zip
user/p11-kit: bump to 0.23.18.1
Diffstat (limited to 'user/p11-kit')
-rw-r--r--user/p11-kit/APKBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/user/p11-kit/APKBUILD b/user/p11-kit/APKBUILD
index fff4a60c6..b42538c03 100644
--- a/user/p11-kit/APKBUILD
+++ b/user/p11-kit/APKBUILD
@@ -1,20 +1,18 @@
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer:
pkgname=p11-kit
-pkgver=0.23.16.1
+pkgver=0.23.18.1
pkgrel=0
pkgdesc="Library for loading and sharing PKCS#11 modules"
url="https://p11-glue.github.io/p11-glue/p11-kit.html"
arch="all"
license="BSD-3-Clause"
depends=""
-makedepends="libtasn1-dev libffi-dev"
-install=""
+makedepends="libffi-dev libtasn1-dev"
subpackages="$pkgname-dev $pkgname-doc $pkgname-trust"
source="https://github.com/p11-glue/p11-kit/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -26,12 +24,10 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
@@ -46,4 +42,4 @@ trust() {
"$subpkgdir"/usr/lib/pkcs11/
}
-sha512sums="7d0bbd793b43dba081054b4d022a8dbd1d477a3bd6aced72a641087023cf020f1d898899a08e737880e6c810f924814c62497c5ecb19f8322cde42667426a9a7 p11-kit-0.23.16.1.tar.gz"
+sha512sums="941996aea75025dad5dfc6f9b4609bc92bc0888d5b2b58de0d498d6cf75d059421405d9c3bad51122108b6ad1e41e434609ead23404efe635cdb806836ccadbd p11-kit-0.23.18.1.tar.gz"