Upgrade to Vault 0.6.4.

Fixes gh-69.
This commit is contained in:
Mark Paluch
2017-01-10 16:25:56 +01:00
parent 4faebc43e0
commit f75ff7b76e
2 changed files with 2 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ env:
- VAULT_VER=0.6.1
- VAULT_VER=0.6.2
- VAULT_VER=0.6.3
- VAULT_VER=0.6.4
before_install:
- sed -i.bak -e 's|https://nexus.codehaus.org/snapshots/|https://oss.sonatype.org/content/repositories/codehaus-snapshots/|g' ~/.m2/settings.xml

View File

@@ -6,7 +6,7 @@
###########################################################################
VAULT_VER="${VAULT_VER:-0.6.3}"
VAULT_VER="${VAULT_VER:-0.6.4}"
UNAME=$(uname -s | tr '[:upper:]' '[:lower:]')
VAULT_ZIP="vault_${VAULT_VER}_${UNAME}_amd64.zip"
IGNORE_CERTS="${IGNORE_CERTS:-no}"