Skip to content

Commit 67f9335

Browse files
committed
update version
1 parent e07a033 commit 67f9335

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

cookbooks/ant/attributes/default.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
export ANT_DOWNLOAD_URL='http://www-us.apache.org/dist/ant/binaries/apache-ant-1.10.5-bin.tar.gz'
5+
export ANT_DOWNLOAD_URL='http://www-us.apache.org/dist/ant/binaries/apache-ant-1.10.6-bin.tar.gz'
66

77
export ANT_INSTALL_FOLDER_PATH='/opt/ant'
88
export ANT_JDK_INSTALL_FOLDER_PATH="${JDK_INSTALL_FOLDER_PATH}"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -e
22

3-
export CONSUL_DOWNLOAD_URL='https://github.com/hashicorp/consul/archive/v1.4.4.zip'
3+
export CONSUL_DOWNLOAD_URL='https://github.com/hashicorp/consul/archive/v1.5.0.zip'
44

55
export CONSUL_INSTALL_FOLDER_PATH='/opt/consul'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -e
22

3-
export GO_LANG_DOWNLOAD_URL='https://dl.google.com/go/go1.12.4.linux-amd64.tar.gz'
3+
export GO_LANG_DOWNLOAD_URL='https://dl.google.com/go/go1.12.5.linux-amd64.tar.gz'
44

55
export GO_LANG_INSTALL_FOLDER_PATH='/opt/go-lang'

cookbooks/groovy/attributes/default.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
export GROOVY_DOWNLOAD_URL='https://dl.bintray.com/groovy/maven/apache-groovy-binary-2.5.6.zip'
5+
export GROOVY_DOWNLOAD_URL='https://dl.bintray.com/groovy/maven/apache-groovy-binary-2.5.7.zip'
66

77
export GROOVY_INSTALL_FOLDER_PATH='/opt/groovy'
88
export GROOVY_JDK_INSTALL_FOLDER_PATH="${JDK_INSTALL_FOLDER_PATH}"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -e
22

3-
export TERRAFORM_DOWNLOAD_URL='https://releases.hashicorp.com/terraform/0.11.13/terraform_0.11.13_linux_amd64.zip'
3+
export TERRAFORM_DOWNLOAD_URL='https://releases.hashicorp.com/terraform/0.11.14/terraform_0.11.14_linux_amd64.zip'
44

55
export TERRAFORM_INSTALL_FOLDER_PATH='/opt/terraform'

cookbooks/tomcat/attributes/default.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
export TOMCAT_DOWNLOAD_URL='http://www-us.apache.org/dist/tomcat/tomcat-9/v9.0.19/bin/apache-tomcat-9.0.19.tar.gz'
5+
export TOMCAT_DOWNLOAD_URL='http://www-us.apache.org/dist/tomcat/tomcat-9/v9.0.20/bin/apache-tomcat-9.0.20.tar.gz'
66

77
export TOMCAT_INSTALL_FOLDER_PATH='/opt/tomcat'
88
export TOMCAT_JDK_INSTALL_FOLDER_PATH="${JDK_INSTALL_FOLDER_PATH}"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash -e
22

3-
export VBOX_GUEST_ADDITIONS_DOWNLOAD_URL='http://download.virtualbox.org/virtualbox/6.0.6/VBoxGuestAdditions_6.0.6.iso'
3+
export VBOX_GUEST_ADDITIONS_DOWNLOAD_URL='http://download.virtualbox.org/virtualbox/6.0.8/VBoxGuestAdditions_6.0.8.iso'

0 commit comments

Comments
 (0)