From 33b2beb559c3457de125db84764f62110f7ed7e0 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 2 Jul 2021 07:00:59 +0000 Subject: [PATCH] mongodb: Update to version 5.0.0-rc7 --- bucket/mongodb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mongodb.json b/bucket/mongodb.json index dc5b9ea140..7081b5facd 100644 --- a/bucket/mongodb.json +++ b/bucket/mongodb.json @@ -1,5 +1,5 @@ { - "version": "5.0.0-rc6", + "version": "5.0.0-rc7", "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-rc6-signed.msi", - "hash": "1236f3e58ab8f1114bf5d6b4298684ade290bafb249fa98be828edc6373d2e1a", + "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.0-rc7-signed.msi", + "hash": "a2242137fc73bca89da42e73d61063ed5d286a256d6cbe5418a20ec129aa6968", "extract_dir": "MongoDB\\Server\\5.0" } },