Add Hashicorp Vault (#935)

This commit is contained in:
Marcus Griep 2016-07-05 17:48:54 -04:00 committed by Luke Sampson
parent 7bfd055289
commit 36a18356f5

22
vault.json Normal file
View File

@ -0,0 +1,22 @@
{
"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+)"
}
}