Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Sep 25, 2019
1 parent 20ed02f commit 7194624
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cookbooks/gocd/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 GOCD_AGENT_DOWNLOAD_URL='https://download.gocd.org/binaries/19.7.0-9567/generic/go-agent-19.7.0-9567.zip'
export GOCD_SERVER_DOWNLOAD_URL='https://download.gocd.org/binaries/19.7.0-9567/generic/go-server-19.7.0-9567.zip'
export GOCD_AGENT_DOWNLOAD_URL='https://download.gocd.org/binaries/19.8.0-9915/generic/go-agent-19.8.0-9915.zip'
export GOCD_SERVER_DOWNLOAD_URL='https://download.gocd.org/binaries/19.8.0-9915/generic/go-server-19.8.0-9915.zip'

export GOCD_AGENT_INSTALL_FOLDER_PATH='/opt/gocd/agents/agent'
export GOCD_JDK_INSTALL_FOLDER_PATH="${JDK_INSTALL_FOLDER_PATH}"
Expand Down
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.8/src/haproxy-1.8.20.tar.gz'
export HAPROXY_DOWNLOAD_URL='http://www.haproxy.org/download/1.8/src/haproxy-1.8.21.tar.gz'

export HAPROXY_INSTALL_FOLDER_PATH='/opt/haproxy'

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

export JDK_DOWNLOAD_URL='https://download.oracle.com/otn-pub/java/jdk/12.0.2+10/e482c34c86bd4bf8b56c0b35558996b9/jdk-12.0.2_linux-x64_bin.tar.gz'
export JDK_DOWNLOAD_URL='https://download.oracle.com/otn-pub/java/jdk/13+33/5b8a42f3905b406298b72d750b6919f6/jdk-13_linux-x64_bin.tar.gz'
# export JDK_DOWNLOAD_URL='https://download.oracle.com/otn-pub/java/jdk/12.0.2+10/e482c34c86bd4bf8b56c0b35558996b9/jdk-12.0.2_linux-x64_bin.tar.gz'
# export JDK_DOWNLOAD_URL='https://www.dropbox.com/s/j53pwxlze468xhl/jdk-11.0.4_linux-x64_bin.tar.gz?dl=1'
# export JDK_DOWNLOAD_URL='https://www.dropbox.com/s/j910xkwoz1lac30/jdk-8u221-linux-x64.tar.gz?dl=1'

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-7.3.0-linux-x86_64.tar.gz'
export KIBANA_DOWNLOAD_URL='https://artifacts.elastic.co/downloads/kibana/kibana-7.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/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.6.1/binaries/apache-maven-3.6.1-bin.tar.gz'
export MAVEN_DOWNLOAD_URL='http://www.us.apache.org/dist/maven/maven-3/3.6.2/binaries/apache-maven-3.6.2-bin.tar.gz'

export MAVEN_INSTALL_FOLDER_PATH='/opt/maven'

0 comments on commit 7194624

Please sign in to comment.