From 84eebc8f45714b248042df37a60eb5a39a0bc8a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Mar 2023 00:36:19 +0000 Subject: [PATCH] mongodb: Update to version 6.2.1 --- bucket/mongodb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mongodb.json b/bucket/mongodb.json index fe36c62a9f..b572ac3261 100644 --- a/bucket/mongodb.json +++ b/bucket/mongodb.json @@ -1,5 +1,5 @@ { - "version": "6.2.0", + "version": "6.2.1", "description": "A document database with the scalability and flexibility.", "homepage": "https://www.mongodb.org", "license": { @@ -21,8 +21,8 @@ }, "architecture": { "64bit": { - "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.2.0-signed.msi", - "hash": "c58b99e28367fdc3120d968ac47f8dbb73f0cb2d0dc8c296d950fcb69fb862b9", + "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.2.1-signed.msi", + "hash": "32c6dd000b8d70b56571b5e994ea709588d50211491d540e46227fcc33b71eff", "extract_dir": "MongoDB\\Server\\6.2" } },