mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-15 11:51:23 +00:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://www.vaultproject.io",
|
|
"license": "MPL-2.0",
|
|
"version": "0.11.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/vault/0.11.1/vault_0.11.1_windows_amd64.zip",
|
|
"hash": "f581bb6b54a8d540dcafba8689968c4f60afda7ff194aebecc067ccbd3e3fb53"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/vault/0.11.1/vault_0.11.1_windows_386.zip",
|
|
"hash": "1f65c3d4a7537dbb5f72e30f90ddd98617651e8b45c37fa4c12e61390827066d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|