From b4817a75bc4727ec76963ffd6fac1732e06ebcf0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Dec 2021 16:29:58 +0000 Subject: [PATCH] mongodb: Update to version 5.2.0-rc3 --- bucket/mongodb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mongodb.json b/bucket/mongodb.json index 3026dbbf97..c947880bf6 100644 --- a/bucket/mongodb.json +++ b/bucket/mongodb.json @@ -1,5 +1,5 @@ { - "version": "5.2.0-rc2", + "version": "5.2.0-rc3", "description": "A document database with the scalability and flexibility.", "homepage": "https://www.mongodb.org", "license": { @@ -20,8 +20,8 @@ }, "architecture": { "64bit": { - "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.2.0-rc2-signed.msi", - "hash": "ce38961157d127794118ceeac5d0c23578be50f4b82319ae6adf15c7535b8e88", + "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.2.0-rc3-signed.msi", + "hash": "1c9ac933f453d5a0cc093c7cf6a30bd64e34af7e3b54c31d8de251f030388ded", "extract_dir": "MongoDB\\Server\\5.2" } },