ScoopInstaller_Main/vault.json
2016-12-30 17:46:43 -08:00

23 lines
722 B
JSON

{
"homepage": "https://www.vaultproject.io",
"license": "Mozilla Public License 2.0",
"version": "0.6.4",
"architecture": {
"32bit": {
"url": "https://releases.hashicorp.com/vault/0.6.4/vault_0.6.4_windows_386.zip",
"hash": "1a1d2c6eccc9ce2b9e71c83b222cecbaed71036068e5a7744708821eedefa024"
},
"64bit": {
"url": "https://releases.hashicorp.com/vault/0.6.4/vault_0.6.4_windows_amd64.zip",
"hash": "83db81056e7146513d7a2707ce1b6cf73ae8aa69f942f8cd92da49e1a7de86ca"
}
},
"bin": [
"vault.exe"
],
"checkver": {
"url": "https://releases.hashicorp.com/vault/",
"re": "vault_([\\d.]+)"
}
}