]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
vcpkg-ports/pkcs11-helper: adapt to new upstream URL
authorLev Stipakov <lev@openvpn.net>
Mon, 14 Mar 2022 12:03:34 +0000 (14:03 +0200)
committerGert Doering <gert@greenie.muc.de>
Mon, 14 Mar 2022 19:06:58 +0000 (20:06 +0100)
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>
contrib/vcpkg-ports/pkcs11-helper/CONTROL
contrib/vcpkg-ports/pkcs11-helper/portfile.cmake

index 6a5077fdb0c0a9c753e476737a638b603ede7dff..ff11636474658cbff947a20fc83e94db262806e7 100644 (file)
@@ -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.
index 0723344e75a94839bbb8f535e3eb067fb8147dcb..4a9cd20cf118faacf6f2d901f81e1de18a37f261 100644 (file)
@@ -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(