mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +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.2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/vault/1.2.0/vault_1.2.0_windows_amd64.zip",
|
|
"hash": "a57d005cf3c494e7dc78f841d802f1b8cd39f23bb08743f5e488d0344998395e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/vault/1.2.0/vault_1.2.0_windows_386.zip",
|
|
"hash": "bc15df0f1b5bf704e02b97e0bcc276c2ae5e0ae0a03ca232dc7007ff45755328"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|