mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
36 lines
1.5 KiB
JSON
36 lines
1.5 KiB
JSON
{
|
|
"version": "2.0.0",
|
|
"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.0.0-win64.zip",
|
|
"hash": "7f6c3357d3c4adda17d2326f4c43f385cad12c8471560fdc9660432d4fc4a310",
|
|
"extract_dir": "yubico-piv-tool-2.0.0-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-2.0.0-win32.zip",
|
|
"hash": "9a4d2893aa25e8df04f764557f74178fce0d42e39dfd65ad7fb5d86a36f6af54",
|
|
"extract_dir": "yubico-piv-tool-2.0.0-win32"
|
|
}
|
|
},
|
|
"bin": "bin\\yubico-piv-tool.exe",
|
|
"checkver": {
|
|
"url": "https://developers.yubico.com/yubico-piv-tool/Releases/",
|
|
"regex": "yubico-piv-tool-([\\d.]+)-win64\\.zip"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-$version-win64.zip",
|
|
"extract_dir": "yubico-piv-tool-$version-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-$version-win32.zip",
|
|
"extract_dir": "yubico-piv-tool-$version-win32"
|
|
}
|
|
}
|
|
}
|
|
}
|