ScoopInstaller_Main/bucket/yubico-piv-tool.json
h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

31 lines
1.1 KiB
JSON

{
"homepage": "https://developers.yubico.com/yubico-piv-tool/",
"version": "1.7.0",
"license": "BSD-2-Clause",
"architecture": {
"64bit": {
"url": "https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-1.7.0-win64.zip",
"hash": "4991955fbe40731794e296e8a752745b8d0b0e10d123b2b1a6e2af629e281136"
},
"32bit": {
"url": "https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-1.7.0-win32.zip",
"hash": "4c287650d57bc05903341e8813a99a52c7f9ea05b98c1d04cc3cfeeeb1b204fa"
}
},
"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"
}
}
}
}