mongodb: Update to version 5.0.2-rc0

This commit is contained in:
Richard Kuhnt 2021-07-29 13:00:32 +00:00
parent 356a87ec48
commit 90a2cf2d19

View File

@ -1,5 +1,5 @@
{ {
"version": "5.0.1", "version": "5.0.2-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.1-signed.msi", "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.2-rc0-signed.msi",
"hash": "c0476ee7f9c28547fa60db24fe44ef61fa9c18b0951d9b2ce99727a69b254244", "hash": "6226d3376a4d079909dca752a117caeb6b5b69ef38cf745daaef80656ba006ba",
"extract_dir": "MongoDB\\Server\\5.0" "extract_dir": "MongoDB\\Server\\5.0"
} }
}, },