mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
yubico-piv-tool@2.0.0: Fix installation (#919)
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
parent
3d303e6817
commit
f41715c79c
@ -1,30 +1,34 @@
|
||||
{
|
||||
"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",
|
||||
"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"
|
||||
"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"
|
||||
"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/",
|
||||
"re": "yubico-piv-tool-([\\d.]+)-win64.zip"
|
||||
"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"
|
||||
"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"
|
||||
"url": "https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-$version-win32.zip",
|
||||
"extract_dir": "yubico-piv-tool-$version-win32"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user