From dac3ff78c50dde36818e8bd3a7452fdc10305698 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 20 Sep 2021 19:00:37 +0000 Subject: [PATCH] mongodb: Update to version 5.0.3 --- bucket/mongodb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mongodb.json b/bucket/mongodb.json index 5b5aa32ac9..1de21f2b15 100644 --- a/bucket/mongodb.json +++ b/bucket/mongodb.json @@ -1,5 +1,5 @@ { - "version": "5.0.3-rc2", + "version": "5.0.3", "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.3-rc2-signed.msi", - "hash": "fcd972602b9ed733af8f0a4f586aeaa0c60db62636ccab87c77e2004f72bbaf2", + "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.3-signed.msi", + "hash": "ed1cc2eee23f4fb9cc7f70867e29d7c9a1e1af1d9b4aa917d247a4921c4ffd7e", "extract_dir": "MongoDB\\Server\\5.0" } },