Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Dec 11, 2016
1 parent 2e01bdd commit 9edadd7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cookbooks/elastic-search/attributes/default.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "$(dirname "${BASH_SOURCE[0]}")/../../jdk/attributes/default.bash"

export ELASTIC_SEARCH_DOWNLOAD_URL='https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.0.1.tar.gz'
export ELASTIC_SEARCH_DOWNLOAD_URL='https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.1.1.tar.gz'

export ELASTIC_SEARCH_INSTALL_FOLDER='/opt/elastic-search'
export ELASTIC_SEARCH_JDK_INSTALL_FOLDER="${JDK_INSTALL_FOLDER}"
Expand Down
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://storage.googleapis.com/golang/go1.7.3.linux-amd64.tar.gz'
export GO_LANG_DOWNLOAD_URL='https://storage.googleapis.com/golang/go1.7.4.linux-amd64.tar.gz'

export GO_LANG_INSTALL_FOLDER='/opt/go-lang'
2 changes: 1 addition & 1 deletion cookbooks/haproxy/attributes/source.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "$(dirname "${BASH_SOURCE[0]}")/../../pcre/attributes/default.bash"

export HAPROXY_DOWNLOAD_URL='http://www.haproxy.org/download/1.6/src/haproxy-1.6.9.tar.gz'
export HAPROXY_DOWNLOAD_URL='http://www.haproxy.org/download/1.7/src/haproxy-1.7.0.tar.gz'

export HAPROXY_INSTALL_FOLDER='/opt/haproxy'

Expand Down
2 changes: 1 addition & 1 deletion cookbooks/kibana/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e

export KIBANA_DOWNLOAD_URL='https://artifacts.elastic.co/downloads/kibana/kibana-5.0.1-linux-x86_64.tar.gz'
export KIBANA_DOWNLOAD_URL='https://artifacts.elastic.co/downloads/kibana/kibana-5.1.1-linux-x86_64.tar.gz'
export KIBANA_ELASTIC_SEARCH_URL='http://127.0.0.1:9200'

export KIBANA_INSTALL_FOLDER='/opt/kibana'
Expand Down
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/linux/mongodb-linux-x86_64-3.2.10.tgz'
export MONGODB_DOWNLOAD_URL='https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.4.0.tgz'

export MONGODB_INSTALL_FOLDER='/opt/mongodb'
export MONGODB_INSTALL_DATA_FOLDER="${MONGODB_INSTALL_FOLDER}/data"
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/ruby/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

export RUBY_DOWNLOAD_URL='https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.2.tar.gz'
export RUBY_DOWNLOAD_URL='https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.3.tar.gz'

export RUBY_INSTALL_FOLDER='/opt/ruby'
2 changes: 1 addition & 1 deletion cookbooks/tomcat/attributes/default.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "$(dirname "${BASH_SOURCE[0]}")/../../jdk/attributes/default.bash"

export TOMCAT_DOWNLOAD_URL='http://www-us.apache.org/dist/tomcat/tomcat-8/v8.5.8/bin/apache-tomcat-8.5.8.tar.gz'
export TOMCAT_DOWNLOAD_URL='http://www-us.apache.org/dist/tomcat/tomcat-8/v8.5.9/bin/apache-tomcat-8.5.9.tar.gz'

export TOMCAT_INSTALL_FOLDER='/opt/tomcat'
export TOMCAT_JDK_INSTALL_FOLDER="${JDK_INSTALL_FOLDER}"
Expand Down

0 comments on commit 9edadd7

Please sign in to comment.