From 62a26eafbd41de93f26aef04fe65cdbde70f1a6f Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 13 Jul 2021 15:00:24 +0000 Subject: [PATCH] mongodb: Update to version 5.0.0 --- bucket/mongodb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mongodb.json b/bucket/mongodb.json index 7081b5facd..810e61e083 100644 --- a/bucket/mongodb.json +++ b/bucket/mongodb.json @@ -1,5 +1,5 @@ { - "version": "5.0.0-rc7", + "version": "5.0.0", "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-rc7-signed.msi", - "hash": "a2242137fc73bca89da42e73d61063ed5d286a256d6cbe5418a20ec129aa6968", + "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.0-signed.msi", + "hash": "26920cf86cf1eea8acbf395ad12b0b94631ca4175dc47588a5dc4d9221f014cd", "extract_dir": "MongoDB\\Server\\5.0" } },