Skip to content

Commit

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

export CONSUL_DOWNLOAD_URL='https://github.com/hashicorp/consul/archive/v1.1.0.zip'
export CONSUL_DOWNLOAD_URL='https://github.com/hashicorp/consul/archive/v1.2.0.zip'

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

export MAVEN_DOWNLOAD_URL='http://www.us.apache.org/dist/maven/maven-3/3.5.3/binaries/apache-maven-3.5.3-bin.tar.gz'
export MAVEN_DOWNLOAD_URL='http://www.us.apache.org/dist/maven/maven-3/3.5.4/binaries/apache-maven-3.5.4-bin.tar.gz'

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

export MONGODB_DOWNLOAD_URL='https://fastdl.mongodb.org/osx/mongodb-osx-ssl-x86_64-3.6.5.tgz'
export MONGODB_DOWNLOAD_URL='https://fastdl.mongodb.org/osx/mongodb-osx-ssl-x86_64-4.0.0.tgz'

export MONGODB_INSTALL_FOLDER_PATH='/Volumes/Data/Tools/mongodb'
export MONGODB_INSTALL_DATA_FOLDER="${MONGODB_INSTALL_FOLDER_PATH}/data"
Expand Down

0 comments on commit 036c187

Please sign in to comment.