mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 07:41:20 +00:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"version": "2.5.2",
|
|
"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.5.2-win64.msi",
|
|
"hash": "04aadbafb1423c502451b1a88fc1966638d1262b79eb01a1df00203772e771c7"
|
|
},
|
|
"32bit": {
|
|
"url": "https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-2.5.2-win32.msi",
|
|
"hash": "dc28c4a5d630e817509f0fe556207eaa198bc762976ba65002eece3a44052310"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|