mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"version": "2.3.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.3.1-win64.msi",
|
|
"hash": "959421cc119e8b909e1dd2b5c691834802efd83524602cbee460e45636d913a5"
|
|
},
|
|
"32bit": {
|
|
"url": "https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-2.3.1-win32.msi",
|
|
"hash": "7c8aa78de50b6650d891dfb32bbffadff949dc059efc6cbda2354b85eccc1a68"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|