Update vault to version 0.7.0

This commit is contained in:
Richard Kuhnt 2017-03-16 17:02:30 +01:00
parent c1b6d127ac
commit d3fd4da8bf

View File

@ -1,15 +1,15 @@
{ {
"homepage": "https://www.vaultproject.io", "homepage": "https://www.vaultproject.io",
"license": "Mozilla Public License 2.0", "license": "Mozilla Public License 2.0",
"version": "0.6.5", "version": "0.7.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://releases.hashicorp.com/vault/0.6.5/vault_0.6.5_windows_amd64.zip", "url": "https://releases.hashicorp.com/vault/0.7.0/vault_0.7.0_windows_amd64.zip",
"hash": "4ef04179efba3233f1b1fb91c6702a5c7896b1e7d0d7398500a9c0729e81edf7" "hash": "c4d4556665709e0e5b11000413f046e23b365eb97eed9ee04f1a5c2598649356"
}, },
"32bit": { "32bit": {
"url": "https://releases.hashicorp.com/vault/0.6.5/vault_0.6.5_windows_386.zip", "url": "https://releases.hashicorp.com/vault/0.7.0/vault_0.7.0_windows_386.zip",
"hash": "cfc5a9a7beecdf7e7b8424d706b5f39c1d757f329e6ec490fb627d58f147d51e" "hash": "50541390d4de9e8906ad60eab2f527ec18660a5e91c3845f7d15e83416706730"
} }
}, },
"bin": [ "bin": [
@ -17,7 +17,7 @@
], ],
"checkver": { "checkver": {
"url": "https://releases.hashicorp.com/vault/", "url": "https://releases.hashicorp.com/vault/",
"re": "vault_([\\d.]+)<\/a>" "re": "vault_([\\d.]+)</a>"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {