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