mongodb: add 6.0

Ref to https://github.com/tuna/issues/issues/1576
This commit is contained in:
Zenithal 2022-09-09 13:05:53 +08:00
parent 81285fb4d4
commit 02e893361c

View File

@ -8,7 +8,7 @@ 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=("5.0" "4.4" "4.2") MONGO_VERSIONS=("6.0" "5.0" "4.4" "4.2")
STABLE_VERSION="5.0" STABLE_VERSION="5.0"
YUM_PATH="${BASE_PATH}/yum" YUM_PATH="${BASE_PATH}/yum"