From 2e11f6842bb4158d8905885c3fea043c48ae6dcc Mon Sep 17 00:00:00 2001 From: Harry Chen Date: Tue, 3 Sep 2019 13:40:35 +0800 Subject: [PATCH] Add new versions of MongoDB and NodeSource Signed-off-by: Harry Chen --- mongodb.sh | 4 ++-- nodesource.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mongodb.sh b/mongodb.sh index eef14fb..5a287bd 100755 --- a/mongodb.sh +++ b/mongodb.sh @@ -13,8 +13,8 @@ APT_PATH="${BASE_PATH}/apt" UBUNTU_VERSIONS=("trusty" "precise" "xenial" "bionic") DEBIAN_VERSIONS=("wheezy" "jessie" "stretch" "buster") -MONGO_VERSIONS=("4.0" "3.6" "3.4" "3.2") -STABLE_VERSION="4.0" +MONGO_VERSIONS=("4.2" "4.0" "3.6" "3.4" "3.2") +STABLE_VERSION="4.2" UBUNTU_PATH="${APT_PATH}/ubuntu" DEBIAN_PATH="${APT_PATH}/debian" diff --git a/nodesource.sh b/nodesource.sh index ac54d6f..853b8f7 100755 --- a/nodesource.sh +++ b/nodesource.sh @@ -13,7 +13,7 @@ function sync_nodesource() { DEB_BASE_URL="https://deb.nodesource.com" RPM_BASE_URL="https://rpm.nodesource.com" -node_versions=("0.10" "0.12" "4.x" "6.x" "7.x" "8.x" "9.x" "10.x") +node_versions=("0.10" "0.12" "4.x" "6.x" "7.x" "8.x" "9.x" "10.x" "11.x" "12.x") declare success=true for ver in ${node_versions[@]}; do