Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nam Nguyen authored and Nam Nguyen committed Jun 13, 2018
1 parent d7a2ae5 commit c26eeb1
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.2.darwin-amd64.tar.gz'
export GO_LANG_DOWNLOAD_URL='https://dl.google.com/go/go1.10.3.darwin-amd64.tar.gz'

export GO_LANG_INSTALL_FOLDER_PATH='/Volumes/Data/Tools/go-lang'
2 changes: 1 addition & 1 deletion cookbooks/node-js/attributes/default.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

export NODE_JS_INSTALL_FOLDER_PATH='/Volumes/Data/Tools/node-js'

# export NODE_JS_VERSION='v8.11.2'
# export NODE_JS_VERSION='v8.11.3'
export NODE_JS_VERSION='latest'

export NODE_JS_INSTALL_NPM_PACKAGES=(
Expand Down
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.3/nomad_0.8.3_darwin_amd64.zip'
export NOMAD_DOWNLOAD_URL='https://releases.hashicorp.com/nomad/0.8.4/nomad_0.8.4_darwin_amd64.zip'

export NOMAD_INSTALL_FOLDER_PATH='/Volumes/Data/Tools/nomad'
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.1/vault_0.10.1_darwin_amd64.zip'
export VAULT_DOWNLOAD_URL='https://releases.hashicorp.com/vault/0.10.2/vault_0.10.2_darwin_amd64.zip'

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

0 comments on commit c26eeb1

Please sign in to comment.