Skip to content

Commit 29a86bb

Browse files
committed
update version
1 parent 6c0a525 commit 29a86bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cookbooks/mongodb/attributes/default.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -e
22

3-
export MONGODB_DOWNLOAD_URL='https://fastdl.mongodb.org/osx/mongodb-osx-ssl-x86_64-4.0.4.tgz'
3+
export MONGODB_DOWNLOAD_URL='https://fastdl.mongodb.org/osx/mongodb-osx-ssl-x86_64-4.0.5.tgz'
44

55
export MONGODB_INSTALL_FOLDER_PATH='/Volumes/Data/Tools/mongodb'
66
export MONGODB_INSTALL_DATA_FOLDER="${MONGODB_INSTALL_FOLDER_PATH}/data"

cookbooks/node-js/attributes/default.bash

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

33
export NODE_JS_INSTALL_FOLDER_PATH='/Volumes/Data/Tools/node-js'
44

5-
# export NODE_JS_VERSION='v10.14.2'
5+
# export NODE_JS_VERSION='v10.15.0'
66
export NODE_JS_VERSION='latest'
77

88
export NODE_JS_INSTALL_NPM_PACKAGES=(

0 commit comments

Comments
 (0)