ScoopInstaller_Main/vault.json
2018-06-06 14:00:22 +00:00

36 lines
1.1 KiB
JSON

{
"homepage": "https://www.vaultproject.io",
"license": "MPL-2.0",
"version": "0.10.2",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/vault/0.10.2/vault_0.10.2_windows_amd64.zip",
"hash": "54ab85e4ed6066883bf64c27713082f1b123d90a958581aeef9cc06acacd6b43"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/0.10.2/vault_0.10.2_windows_386.zip",
"hash": "37ff9d9edbfaa724986705dab317ccdf8fa514143bb2cea0b8f1a148d92371f8"
}
},
"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"
}
}
}