File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
vbox-guest-additions/attributes Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
source " $( dirname " ${BASH_SOURCE[0]} " ) /../../jdk/attributes/default.bash"
4
4
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'
6
6
7
7
export ANT_INSTALL_FOLDER_PATH=' /opt/ant'
8
8
export ANT_JDK_INSTALL_FOLDER_PATH=" ${JDK_INSTALL_FOLDER_PATH} "
Original file line number Diff line number Diff line change 1
1
#! /bin/bash -e
2
2
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'
4
4
5
5
export CONSUL_INSTALL_FOLDER_PATH=' /opt/consul'
Original file line number Diff line number Diff line change 1
1
#! /bin/bash -e
2
2
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'
4
4
5
5
export GO_LANG_INSTALL_FOLDER_PATH=' /opt/go-lang'
Original file line number Diff line number Diff line change 2
2
3
3
source " $( dirname " ${BASH_SOURCE[0]} " ) /../../jdk/attributes/default.bash"
4
4
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'
6
6
7
7
export GROOVY_INSTALL_FOLDER_PATH=' /opt/groovy'
8
8
export GROOVY_JDK_INSTALL_FOLDER_PATH=" ${JDK_INSTALL_FOLDER_PATH} "
Original file line number Diff line number Diff line change 1
1
#! /bin/bash -e
2
2
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'
4
4
5
5
export TERRAFORM_INSTALL_FOLDER_PATH=' /opt/terraform'
Original file line number Diff line number Diff line change 2
2
3
3
source " $( dirname " ${BASH_SOURCE[0]} " ) /../../jdk/attributes/default.bash"
4
4
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'
6
6
7
7
export TOMCAT_INSTALL_FOLDER_PATH=' /opt/tomcat'
8
8
export TOMCAT_JDK_INSTALL_FOLDER_PATH=" ${JDK_INSTALL_FOLDER_PATH} "
Original file line number Diff line number Diff line change 1
1
#! /bin/bash -e
2
2
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'
You can’t perform that action at this time.
0 commit comments