ScoopInstaller_Main/bucket/yubico-piv-tool.json
2020-01-29 19:01:53 +00: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": "d1f1f5523b95ac3d9ac0a28e858cbbf844b60e7975e4ff96d21817f407c57e9a"
},
"32bit": {
"url": "https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-2.0.0-win32.zip",
"hash": "78d6ceb61ce6f1932fd3f12a4068846cc0a2dc708c6c0e0efee603fddf6156e7"
}
},
"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"
}
}
}
}