mongodb: Update to version 5.0.0-rc6

This commit is contained in:
Richard Kuhnt 2021-06-30 12:00:25 +00:00
parent 9a0915f57f
commit d7fba0939b

View File

@ -1,5 +1,5 @@
{ {
"version": "5.0.0-rc5", "version": "5.0.0-rc6",
"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-rc5-signed.msi", "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.0-rc6-signed.msi",
"hash": "16a6665922bfb8d317a373e5baabb987ba6a4900977e31c4e0f8bd67d639ae0e", "hash": "1236f3e58ab8f1114bf5d6b4298684ade290bafb249fa98be828edc6373d2e1a",
"extract_dir": "MongoDB\\Server\\5.0" "extract_dir": "MongoDB\\Server\\5.0"
} }
}, },