From 02e893361c5c907f57cc5cccd12f2c08472a79be Mon Sep 17 00:00:00 2001 From: Zenithal Date: Fri, 9 Sep 2022 13:05:53 +0800 Subject: [PATCH] mongodb: add 6.0 Ref to https://github.com/tuna/issues/issues/1576 --- mongodb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongodb.sh b/mongodb.sh index 4f2710c..3a64ef1 100755 --- a/mongodb.sh +++ b/mongodb.sh @@ -8,7 +8,7 @@ yum_sync="${_here}/yum-sync.py" BASE_PATH="${TUNASYNC_WORKING_DIR}" BASE_URL=${TUNASYNC_UPSTREAM_URL:-"http://repo.mongodb.org"} -MONGO_VERSIONS=("5.0" "4.4" "4.2") +MONGO_VERSIONS=("6.0" "5.0" "4.4" "4.2") STABLE_VERSION="5.0" YUM_PATH="${BASE_PATH}/yum"