Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Jul 25, 2018
1 parent 4ceb27c commit 9bd0976
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion cookbooks/ant/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 ANT_DOWNLOAD_URL='http://www-us.apache.org/dist/ant/binaries/apache-ant-1.10.4-bin.tar.gz'
export ANT_DOWNLOAD_URL='http://www-us.apache.org/dist/ant/binaries/apache-ant-1.10.5-bin.tar.gz'

export ANT_INSTALL_FOLDER_PATH='/opt/ant'
export ANT_JDK_INSTALL_FOLDER_PATH="${JDK_INSTALL_FOLDER_PATH}"
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.2.0.zip'
export CONSUL_DOWNLOAD_URL='https://github.com/hashicorp/consul/archive/v1.2.1.zip'

export CONSUL_INSTALL_FOLDER_PATH='/opt/consul'
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-6.3.1.tar.gz'
export ELASTIC_SEARCH_DOWNLOAD_URL='https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.3.2.tar.gz'

export ELASTIC_SEARCH_INSTALL_FOLDER_PATH='/opt/elastic-search'
export ELASTIC_SEARCH_JDK_INSTALL_FOLDER_PATH="${JDK_INSTALL_FOLDER_PATH}"
Expand Down
4 changes: 2 additions & 2 deletions cookbooks/go-cd/attributes/default.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

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

export GO_CD_SERVER_DOWNLOAD_URL='https://download.gocd.org/binaries/18.6.0-6883/generic/go-server-18.6.0-6883.zip'
export GO_CD_AGENT_DOWNLOAD_URL='https://download.gocd.org/binaries/18.6.0-6883/generic/go-agent-18.6.0-6883.zip'
export GO_CD_SERVER_DOWNLOAD_URL='https://download.gocd.org/binaries/18.7.0-7121/generic/go-server-18.7.0-7121.zip'
export GO_CD_AGENT_DOWNLOAD_URL='https://download.gocd.org/binaries/18.7.0-7121/generic/go-agent-18.7.0-7121.zip'

export GO_CD_SERVER_INSTALL_FOLDER_PATH='/opt/go-cd/server'
export GO_CD_AGENT_INSTALL_FOLDER_PATH='/opt/go-cd/agents/agent'
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/groovy/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 GROOVY_DOWNLOAD_URL='https://dl.bintray.com/groovy/maven/apache-groovy-binary-2.5.0.zip'
export GROOVY_DOWNLOAD_URL='https://dl.bintray.com/groovy/maven/apache-groovy-binary-2.5.1.zip'

export GROOVY_INSTALL_FOLDER_PATH='/opt/groovy'
export GROOVY_JDK_INSTALL_FOLDER_PATH="${JDK_INSTALL_FOLDER_PATH}"
4 changes: 2 additions & 2 deletions cookbooks/jdk/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e

export JDK_DOWNLOAD_URL='http://download.oracle.com/otn-pub/java/jdk/10.0.1+10/fb4372174a714e6b8c52526dc134031e/jdk-10.0.1_linux-x64_bin.tar.gz'
# export JDK_DOWNLOAD_URL='http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.tar.gz'
export JDK_DOWNLOAD_URL='http://download.oracle.com/otn-pub/java/jdk/10.0.2+13/19aef61b38124481863b1413dce1855f/jdk-10.0.2_linux-x64_bin.tar.gz'
# export JDK_DOWNLOAD_URL='http://download.oracle.com/otn-pub/java/jdk/8u181-b13/96a7b8442fe848ef90c96a2fad6ed6d1/jdk-8u181-linux-x64.tar.gz'

export JDK_INSTALL_FOLDER_PATH='/opt/jdk'
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-6.3.1-linux-x86_64.tar.gz'
export KIBANA_DOWNLOAD_URL='https://artifacts.elastic.co/downloads/kibana/kibana-6.3.2-linux-x86_64.tar.gz'
export KIBANA_ELASTIC_SEARCH_URL='http://127.0.0.1:9200'

export KIBANA_INSTALL_FOLDER_PATH='/opt/kibana'
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/nginx/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 NGINX_DOWNLOAD_URL='http://nginx.org/download/nginx-1.15.1.tar.gz'
export NGINX_DOWNLOAD_URL='http://nginx.org/download/nginx-1.15.2.tar.gz'
export NGINX_PCRE_DOWNLOAD_URL="${PCRE_DOWNLOAD_URL}"
export NGINX_ZLIB_DOWNLOAD_URL='http://zlib.net/zlib-1.2.11.tar.gz'

Expand Down
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.4/packer_1.2.4_linux_amd64.zip'
export PACKER_DOWNLOAD_URL='https://releases.hashicorp.com/packer/1.2.5/packer_1.2.5_linux_amd64.zip'

export PACKER_INSTALL_FOLDER_PATH='/opt/packer'
2 changes: 1 addition & 1 deletion cookbooks/vbox-guest-additions/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash -e

export VBOX_GUEST_ADDITIONS_DOWNLOAD_URL='http://download.virtualbox.org/virtualbox/5.2.12/VBoxGuestAdditions_5.2.12.iso'
export VBOX_GUEST_ADDITIONS_DOWNLOAD_URL='http://download.virtualbox.org/virtualbox/5.2.16/VBoxGuestAdditions_5.2.16.iso'

0 comments on commit 9bd0976

Please sign in to comment.