From f862275024dbcc8cf808281657552a2df1f3bbbc Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 25 Jun 2021 03:00:18 +0000 Subject: [PATCH] mongodb: Update to version 5.0.0-rc4 --- bucket/mongodb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mongodb.json b/bucket/mongodb.json index cb4081c6fe..a583880c12 100644 --- a/bucket/mongodb.json +++ b/bucket/mongodb.json @@ -1,5 +1,5 @@ { - "version": "5.0.0-rc3", + "version": "5.0.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.0.0-rc3-signed.msi", - "hash": "2280621261125fd01f1770059145aa26a3db41b67de01dd8519f3489d96f7f07", + "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.0-rc4-signed.msi", + "hash": "254751e758ffd4a12e4bc2cc5ac5b312ded132ad97217200570d4cdf30f4dea8", "extract_dir": "MongoDB\\Server\\5.0" } },