aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Stipakov2022-03-14 14:03:34 +0200
committerGert Doering2022-03-14 20:06:58 +0100
commitfd567aa0ef71afc0788b97341e88f59406c8f7df (patch)
tree5b2121a66ffd7241723c016de77dc4899352612e
parentc697febbc2f445981a6042bb8deb9ed49beb5b73 (diff)
downloadopenvpn-fd567aa0ef71afc0788b97341e88f59406c8f7df.zip
openvpn-fd567aa0ef71afc0788b97341e88f59406c8f7df.tar.gz
vcpkg-ports/pkcs11-helper: adapt to new upstream URL
Signed-off-by: Lev Stipakov <lev@openvpn.net> Acked-by: Frank Lichtenheld <frank@lichtenheld.com> Message-Id: <20220314120334.231-1-lstipakov@gmail.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23940.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
-rw-r--r--contrib/vcpkg-ports/pkcs11-helper/CONTROL2
-rw-r--r--contrib/vcpkg-ports/pkcs11-helper/portfile.cmake8
2 files changed, 5 insertions, 5 deletions
diff --git a/contrib/vcpkg-ports/pkcs11-helper/CONTROL b/contrib/vcpkg-ports/pkcs11-helper/CONTROL
index 6a5077f..ff11636 100644
--- a/contrib/vcpkg-ports/pkcs11-helper/CONTROL
+++ b/contrib/vcpkg-ports/pkcs11-helper/CONTROL
@@ -1,4 +1,4 @@
Source: pkcs11-helper
-Version: 1.28-3
+Version: 1.28-4
Homepage: https://github.com/OpenSC/pkcs11-helper
Description: pkcs11-helper is a library that simplifies the interaction with PKCS#11 providers for end-user applications.
diff --git a/contrib/vcpkg-ports/pkcs11-helper/portfile.cmake b/contrib/vcpkg-ports/pkcs11-helper/portfile.cmake
index 0723344..4a9cd20 100644
--- a/contrib/vcpkg-ports/pkcs11-helper/portfile.cmake
+++ b/contrib/vcpkg-ports/pkcs11-helper/portfile.cmake
@@ -1,9 +1,9 @@
-set(VERSION 1.28)
+set(VERSION 1.28.0)
vcpkg_download_distfile(ARCHIVE
- URLS "https://github.com/OpenSC/pkcs11-helper/releases/download/pkcs11-helper-${VERSION}/pkcs11-helper-${VERSION}.0.tar.bz2"
- FILENAME "pkcs11-helper-${VERSION}.tar.bz2"
- SHA512 11b8e554d9223ab9305a3ad7e2b6a9bbece1c09ca8d49276618dec31eefdccf6a32b0db85a28a90334ea42fe809beec83514a31930b79bdbefa368ed4658945b
+ URLS "https://github.com/OpenSC/pkcs11-helper/releases/download/pkcs11-helper-${VERSION}/pkcs11-helper-${VERSION}.tar.gz"
+ FILENAME "pkcs11-helper-${VERSION}.tar.gz"
+ SHA512 1c1cc7f83ed360fabdcfa68d0eafa7d25be03e68c6a202e7ad2907feb472663bb34e12b9e162344ec221a4298abc02acdc75f0f45d9a89657aa7ac55e59badd5
)
vcpkg_extract_source_archive_ex(