From d7fba0939b3be2dad652aba61f187e4d8b8a81f8 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 30 Jun 2021 12:00:25 +0000 Subject: [PATCH] mongodb: Update to version 5.0.0-rc6 --- bucket/mongodb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mongodb.json b/bucket/mongodb.json index 0d31704c52..dc5b9ea140 100644 --- a/bucket/mongodb.json +++ b/bucket/mongodb.json @@ -1,5 +1,5 @@ { - "version": "5.0.0-rc5", + "version": "5.0.0-rc6", "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-rc5-signed.msi", - "hash": "16a6665922bfb8d317a373e5baabb987ba6a4900977e31c4e0f8bd67d639ae0e", + "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.0-rc6-signed.msi", + "hash": "1236f3e58ab8f1114bf5d6b4298684ade290bafb249fa98be828edc6373d2e1a", "extract_dir": "MongoDB\\Server\\5.0" } },