From e5b23bb318f18cf5312dcff6d00f766b8607e2f2 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 17 Jun 2021 15:00:18 +0000 Subject: [PATCH] mongodb: Update to version 5.0.0-rc2 --- bucket/mongodb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mongodb.json b/bucket/mongodb.json index f1be72ba70..3367773d29 100644 --- a/bucket/mongodb.json +++ b/bucket/mongodb.json @@ -1,5 +1,5 @@ { - "version": "5.0.0-rc1", + "version": "5.0.0-rc2", "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-rc1-signed.msi", - "hash": "95a544cac5279c485d634538dc8e09e31409b1fd4bbda9eecfd4db655ea70712", + "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.0-rc2-signed.msi", + "hash": "273acf36bad761e06093fc43f7e1aececc842eee33c61955bde15aae46ea406e", "extract_dir": "MongoDB\\Server\\5.0" } },