Skip to content

Commit

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

export MONGODB_DOWNLOAD_URL='https://fastdl.mongodb.org/osx/mongodb-osx-ssl-x86_64-4.0.1.tgz'
export MONGODB_DOWNLOAD_URL='https://fastdl.mongodb.org/osx/mongodb-osx-ssl-x86_64-4.0.2.tgz'

export MONGODB_INSTALL_FOLDER_PATH='/Volumes/Data/Tools/mongodb'
export MONGODB_INSTALL_DATA_FOLDER="${MONGODB_INSTALL_FOLDER_PATH}/data"
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/test-ssl/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

export TEST_SSL_DOWNLOAD_URL='https://github.com/drwetter/testssl.sh/archive/v2.9.5-5.tar.gz'
export TEST_SSL_DOWNLOAD_URL='https://github.com/drwetter/testssl.sh/archive/v2.9.5-6.tar.gz'

export TEST_SSL_INSTALL_FOLDER_PATH='/Volumes/Data/Tools/test-ssl'
2 changes: 1 addition & 1 deletion cookbooks/vault/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

export VAULT_DOWNLOAD_URL='https://releases.hashicorp.com/vault/0.10.4/vault_0.10.4_darwin_amd64.zip'
export VAULT_DOWNLOAD_URL='https://releases.hashicorp.com/vault/0.11.0/vault_0.11.0_darwin_amd64.zip'

export VAULT_INSTALL_FOLDER_PATH='/Volumes/Data/Tools/vault'

0 comments on commit 4994335

Please sign in to comment.