Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Mar 6, 2019
1 parent 4782362 commit ec0cd9e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cookbooks/akamai-cli/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

export AKAMAI_DOWNLOAD_URL='https://github.com/akamai/cli/releases/download/1.1.2/akamai-1.1.2-linuxamd64'
export AKAMAI_DOWNLOAD_URL='https://github.com/akamai/cli/releases/download/1.1.3/akamai-1.1.3-linuxamd64'

export AKAMAI_INSTALL_FOLDER_PATH='/opt/akamai'
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.4.2.zip'
export CONSUL_DOWNLOAD_URL='https://github.com/hashicorp/consul/archive/v1.4.3.zip'

export CONSUL_INSTALL_FOLDER_PATH='/opt/consul'
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://dl.google.com/go/go1.11.5.linux-amd64.tar.gz'
export GO_LANG_DOWNLOAD_URL='https://dl.google.com/go/go1.12.linux-amd64.tar.gz'

export GO_LANG_INSTALL_FOLDER_PATH='/opt/go-lang'
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.8.tar.gz'
export NGINX_DOWNLOAD_URL='http://nginx.org/download/nginx-1.15.9.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.3.4/packer_1.3.4_linux_amd64.zip'
export PACKER_DOWNLOAD_URL='https://releases.hashicorp.com/packer/1.3.5/packer_1.3.5_linux_amd64.zip'

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

export PCRE_DOWNLOAD_URL='https://ftp.pcre.org/pub/pcre/pcre-8.42.tar.gz'
export PCRE_DOWNLOAD_URL='https://ftp.pcre.org/pub/pcre/pcre-8.43.tar.gz'

export PCRE_INSTALL_FOLDER_PATH='/opt/pcre'

Expand Down
2 changes: 1 addition & 1 deletion cookbooks/wild-fly/attributes/default.bash
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "$(dirname "${BASH_SOURCE[0]}")/../../jdk/attributes/default.bash"

export WILD_FLY_JDK_INSTALL_FOLDER_PATH="${JDK_INSTALL_FOLDER_PATH}"

export WILD_FLY_DOWNLOAD_URL='http://download.jboss.org/wildfly/15.0.1.Final/wildfly-15.0.1.Final.tar.gz'
export WILD_FLY_DOWNLOAD_URL='http://download.jboss.org/wildfly/16.0.0.Final/wildfly-16.0.0.Final.tar.gz'
export WILD_FLY_INSTALL_FOLDER_PATH='/opt/wild-fly'

export WILD_FLY_USER_NAME='wild-fly'
Expand Down

0 comments on commit ec0cd9e

Please sign in to comment.