ScoopInstaller_Main/vault.json
2018-02-20 22:00:26 +00:00

36 lines
1.1 KiB
JSON

{
"homepage": "https://www.vaultproject.io",
"license": "Mozilla Public License 2.0",
"version": "0.9.4",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/vault/0.9.4/vault_0.9.4_windows_amd64.zip",
"hash": "350c3b882405742435d2febe8baede0909df8bc3005e7174e96fe891722b0d7c"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/0.9.4/vault_0.9.4_windows_386.zip",
"hash": "fa00c6d6fba9ce56f1975e31df39538b5e6954bcbbb39c6d39eda059c922245c"
}
},
"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"
}
}
}