Add 4.4 for mongodb

Signed-off-by: Harry Chen <i@harrychen.xyz>
This commit is contained in:
Harry Chen 2020-09-25 16:02:17 +08:00
parent 1f7d1c913f
commit 734bef8472

View File

@ -8,8 +8,8 @@ yum_sync="${_here}/yum-sync.py"
BASE_PATH="${TUNASYNC_WORKING_DIR}" BASE_PATH="${TUNASYNC_WORKING_DIR}"
BASE_URL=${TUNASYNC_UPSTREAM_URL:-"http://repo.mongodb.org"} BASE_URL=${TUNASYNC_UPSTREAM_URL:-"http://repo.mongodb.org"}
MONGO_VERSIONS=("4.2" "4.0" "3.6") MONGO_VERSIONS=("4.4" "4.2" "4.0" "3.6")
STABLE_VERSION="4.2" STABLE_VERSION="4.4"
YUM_PATH="${BASE_PATH}/yum" YUM_PATH="${BASE_PATH}/yum"
APT_PATH="${BASE_PATH}/apt" APT_PATH="${BASE_PATH}/apt"