mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-22 00:21:37 +00:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://www.vaultproject.io",
|
|
"license": "Mozilla Public License 2.0",
|
|
"version": "0.9.5",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/vault/0.9.5/vault_0.9.5_windows_amd64.zip",
|
|
"hash": "50a25a66836e45e890dcf197d510e0e6ff44fc6e1e41a34746e6fd184a9be6df"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/vault/0.9.5/vault_0.9.5_windows_386.zip",
|
|
"hash": "1d22b82bb2ec2378061f6b45e6280bd3915754acead7ff912644508249d40a2a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|