mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"version": "2.7.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.7.0-win64.msi",
|
|
"hash": "6d1eb362bf587edb0d90df20ce0cd0db954dfeb0069115b63a6817a3d41506fb"
|
|
},
|
|
"32bit": {
|
|
"url": "https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-2.7.0-win32.msi",
|
|
"hash": "39e45da3032d22a1f90caf22f4bfbf1125f30dd2686bfab6d3c5960a54576e51"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|