diff options
author | Cem Keylan <cem@ckyln.com> | 2021-06-05 19:43:34 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-06-05 19:43:34 +0300 |
commit | c8cec491edd946692e3649da764fea45c2ef6c6d (patch) | |
tree | 85e896d90de038a7e6ce701aca879025ebf34024 /extra/p11-kit | |
parent | a7093c221dfdf6969b77c41d6cb938c514337678 (diff) | |
download | repository-c8cec491edd946692e3649da764fea45c2ef6c6d.tar.gz |
p11-kit: bump to 0.24.0
Diffstat (limited to 'extra/p11-kit')
-rwxr-xr-x | extra/p11-kit/build | 6 | ||||
-rw-r--r-- | extra/p11-kit/checksums | 2 | ||||
-rw-r--r-- | extra/p11-kit/sources | 2 | ||||
-rw-r--r-- | extra/p11-kit/version | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/extra/p11-kit/build b/extra/p11-kit/build index 2d01af26..c0f46a70 100755 --- a/extra/p11-kit/build +++ b/extra/p11-kit/build @@ -1,9 +1,9 @@ #!/bin/sh -e ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --with-trust-paths=/etc/pki/anchors + --prefix=/usr \ + --sysconfdir=/etc \ + --with-trust-paths=/etc/pki/anchors make make DESTDIR="$1" install diff --git a/extra/p11-kit/checksums b/extra/p11-kit/checksums index 600edce1..b165499e 100644 --- a/extra/p11-kit/checksums +++ b/extra/p11-kit/checksums @@ -1 +1 @@ -8a8f40153dd5a3f8e7c03e641f8db400133fb2a6a9ab2aee1b6d0cb0495ec6b6 p11-kit-0.23.22.tar.xz +81e6140584f635e4e956a1b93a32239acf3811ff5b2d3a5c6094e94e99d2c685 p11-kit-0.24.0.tar.xz diff --git a/extra/p11-kit/sources b/extra/p11-kit/sources index 08dd51ca..f27b7486 100644 --- a/extra/p11-kit/sources +++ b/extra/p11-kit/sources @@ -1 +1 @@ -https://github.com/p11-glue/p11-kit/releases/download/0.23.22/p11-kit-0.23.22.tar.xz +https://github.com/p11-glue/p11-kit/releases/download/0.24.0/p11-kit-0.24.0.tar.xz diff --git a/extra/p11-kit/version b/extra/p11-kit/version index e0e63b00..f5001f03 100644 --- a/extra/p11-kit/version +++ b/extra/p11-kit/version @@ -1 +1 @@ -0.23.22 1 +0.24.0 1 |