ScoopInstaller_Main/vault.json
2016-07-06 07:48:54 +10:00

23 lines
733 B
JSON

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