ScoopInstaller_Main/vault.json
2016-10-16 07:46:22 +10:00

23 lines
722 B
JSON

{
"homepage": "https://www.vaultproject.io",
"license": "Mozilla Public License 2.0",
"version": "0.6.2",
"architecture": {
"32bit": {
"url": "https://releases.hashicorp.com/vault/0.6.2/vault_0.6.2_windows_386.zip",
"hash": "0273c2fc6afec1c8e2b62c610b675088d47d26d3a5dda801f23836baf566fe17"
},
"64bit": {
"url": "https://releases.hashicorp.com/vault/0.6.2/vault_0.6.2_windows_amd64.zip",
"hash": "66b71cdc72ebea0dc766af252963004fc4959f3a4bebdd2f5f9d67258967b877"
}
},
"bin": [
"vault.exe"
],
"checkver": {
"url": "https://releases.hashicorp.com/vault/",
"re": "vault_([\\d.]+)"
}
}