ScoopInstaller_Main/bucket/yubico-piv-tool.json
2020-02-08 10:33:57 -08:00

32 lines
1.2 KiB
JSON

{
"homepage": "https://developers.yubico.com/yubico-piv-tool/",
"description": "A tool to interact with the Privilege and Identification Card (PIV) application on a YubiKey.",
"version": "2.0.0",
"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"
},
"32bit": {
"url": "https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-2.0.0-win32.zip",
"hash": "9a4d2893aa25e8df04f764557f74178fce0d42e39dfd65ad7fb5d86a36f6af54"
}
},
"bin": "bin\\yubico-piv-tool.exe",
"checkver": {
"url": "https://developers.yubico.com/yubico-piv-tool/Releases/",
"re": "yubico-piv-tool-([\\d.]+)-win64.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-$version-win64.zip"
},
"32bit": {
"url": "https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-$version-win32.zip"
}
}
}
}