Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Jan 31, 2018
1 parent 0d5d57f commit d791b07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cookbooks/porter/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

export PORTER_DOWNLOAD_URL='https://github.com/adobe-platform/porter/releases/download/v4.9.0/porter_darwin386'
export PORTER_DOWNLOAD_URL='https://github.com/adobe-platform/porter/releases/download/v5.0.0/porter_darwin386'

export PORTER_INSTALL_FOLDER_PATH='/Volumes/Data/Tools/porter'
2 changes: 1 addition & 1 deletion cookbooks/vault/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

export VAULT_DOWNLOAD_URL='https://releases.hashicorp.com/vault/0.9.1/vault_0.9.1_darwin_amd64.zip'
export VAULT_DOWNLOAD_URL='https://releases.hashicorp.com/vault/0.9.3/vault_0.9.3_darwin_amd64.zip'

export VAULT_INSTALL_FOLDER_PATH='/Volumes/Data/Tools/vault'

0 comments on commit d791b07

Please sign in to comment.