mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"version": "2.2.1",
|
|
"description": "A tool to interact with the Privilege and Identification Card (PIV) application on a YubiKey.",
|
|
"homepage": "https://developers.yubico.com/yubico-piv-tool/",
|
|
"license": "BSD-2-Clause",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-2.2.1-win64.msi",
|
|
"hash": "29897abd6708e1f5b7e89ee0a131430fa839a789d7ec7015dc195c814fd9b15d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-2.2.1-win32.msi",
|
|
"hash": "a53461dfce80c059bcb42de1a7a8c66f8a37b65f4a4d62fa1484738b0b8defd6"
|
|
}
|
|
},
|
|
"extract_dir": "PFiles\\Yubico\\Yubico PIV Tool",
|
|
"bin": "bin\\yubico-piv-tool.exe",
|
|
"checkver": {
|
|
"url": "https://developers.yubico.com/yubico-piv-tool/Releases/",
|
|
"regex": "yubico-piv-tool-([\\d.]+)-win64\\.msi"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-$version-win64.msi"
|
|
},
|
|
"32bit": {
|
|
"url": "https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-$version-win32.msi"
|
|
}
|
|
}
|
|
}
|
|
}
|