Skip to content

Commit

Permalink
vault: Update to version 0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r15ch13 committed Nov 14, 2018
1 parent 56f6bfb commit 4ad6acb
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions bucket/vault.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
{
"homepage": "https://www.vaultproject.io",
"license": "MPL-2.0",
"version": "0.11.4",
"version": "0.11.5",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/vault/0.11.4/vault_0.11.4_windows_amd64.zip",
"hash": "53f00cfa6e4edc1043e2a206e45c1de5754c6fe7fc8e251da63af7de7a3eeaad"
"url": "https://releases.hashicorp.com/vault/0.11.5/vault_0.11.5_windows_amd64.zip",
"hash": "aa38b5a393858c9f72596881a0cd223715659e69a6ea4f5394fcc7c8e7fe3e78"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/0.11.4/vault_0.11.4_windows_386.zip",
"hash": "0bfc145654bf9e3caf87ffb32c679d948b9cacfc26e75d9245ce403d42aee8c1"
"url": "https://releases.hashicorp.com/vault/0.11.5/vault_0.11.5_windows_386.zip",
"hash": "a9d712a838f3058b114bba0263078a8d42121f2232ba74d7bc04ae8b0d9ca215"
}
},
"bin": [
"vault.exe"
],
"bin": "vault.exe",
"checkver": {
"url": "https://releases.hashicorp.com/vault/",
"re": "vault_([\\d.]+)</a>"
Expand Down

0 comments on commit 4ad6acb

Please sign in to comment.