Skip to content

Commit

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

export GO_LANG_DOWNLOAD_URL='https://dl.google.com/go/go1.10.1.darwin-amd64.tar.gz'
export GO_LANG_DOWNLOAD_URL='https://dl.google.com/go/go1.10.2.darwin-amd64.tar.gz'

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

export NOMAD_DOWNLOAD_URL='https://releases.hashicorp.com/nomad/0.8.1/nomad_0.8.1_darwin_amd64.zip'
export NOMAD_DOWNLOAD_URL='https://releases.hashicorp.com/nomad/0.8.3/nomad_0.8.3_darwin_amd64.zip'

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

export PACKER_DOWNLOAD_URL='https://releases.hashicorp.com/packer/1.2.2/packer_1.2.2_darwin_amd64.zip'
export PACKER_DOWNLOAD_URL='https://releases.hashicorp.com/packer/1.2.3/packer_1.2.3_darwin_amd64.zip'

export PACKER_INSTALL_FOLDER_PATH='/Volumes/Data/Tools/packer'
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.10.0/vault_0.10.0_darwin_amd64.zip'
export VAULT_DOWNLOAD_URL='https://releases.hashicorp.com/vault/0.10.1/vault_0.10.1_darwin_amd64.zip'

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

0 comments on commit 9f5b696

Please sign in to comment.