mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-07 16:01:20 +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": "71bc3f940712cdeb26bdf187e843cfd06df69c9b09b80a4d5233b36c7e24e3b6"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/vault/0.9.5/vault_0.9.5_windows_386.zip",
|
|
"hash": "6fc70d2f7287dc4fc560044eda3f7f3dcaedd044981709546aed05bff8e6b8b0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|