mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://www.vaultproject.io",
|
|
"license": "MPL-2.0",
|
|
"version": "1.1.5",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/vault/1.1.5/vault_1.1.5_windows_amd64.zip",
|
|
"hash": "540337e07c1695ef14024facd03a32c16e1481a10ff23508e9d2706d4befec6d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/vault/1.1.5/vault_1.1.5_windows_386.zip",
|
|
"hash": "18001c47c02c68a19634b562d6e6c32f18c6edd27711192e15ede838e15c3914"
|
|
}
|
|
},
|
|
"bin": "vault.exe",
|
|
"checkver": {
|
|
"url": "https://releases.hashicorp.com/vault/",
|
|
"re": "vault_([\\d.]+)</a>"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/vault/$version/vault_$version_windows_amd64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/vault/$version/vault_$version_windows_386.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/vault_$version_SHA256SUMS"
|
|
}
|
|
}
|
|
}
|