mongodb: Update to version 5.0.1-rc0

This commit is contained in:
Richard Kuhnt 2021-07-19 16:00:16 +00:00
parent bed76b4e8e
commit 16bb32d374

View File

@ -1,5 +1,5 @@
{ {
"version": "5.0.0", "version": "5.0.1-rc0",
"description": "A document database with the scalability and flexibility.", "description": "A document database with the scalability and flexibility.",
"homepage": "https://www.mongodb.org", "homepage": "https://www.mongodb.org",
"license": { "license": {
@ -20,8 +20,8 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.0-signed.msi", "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.1-rc0-signed.msi",
"hash": "26920cf86cf1eea8acbf395ad12b0b94631ca4175dc47588a5dc4d9221f014cd", "hash": "474cf6de21e8c45389f2625c4de857fc6b2421efa358ab2f6704c8efa98a277b",
"extract_dir": "MongoDB\\Server\\5.0" "extract_dir": "MongoDB\\Server\\5.0"
} }
}, },