From aaa6a50ee1dfc0853bab60688e3d2472dd4629d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 16:30:36 +0000 Subject: [PATCH] mongodb: Update to version 5.2.0-rc4 --- bucket/mongodb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mongodb.json b/bucket/mongodb.json index c947880bf6..442d0a2a9e 100644 --- a/bucket/mongodb.json +++ b/bucket/mongodb.json @@ -1,5 +1,5 @@ { - "version": "5.2.0-rc3", + "version": "5.2.0-rc4", "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-rc3-signed.msi", - "hash": "1c9ac933f453d5a0cc093c7cf6a30bd64e34af7e3b54c31d8de251f030388ded", + "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.2.0-rc4-signed.msi", + "hash": "ae878e7ec575fc12aa3b9fe0090c82c6e48040f7152ff4bbb692024ae819f8e1", "extract_dir": "MongoDB\\Server\\5.2" } },