mongodb: Update to version 5.0.0-rc5

This commit is contained in:
Richard Kuhnt 2021-06-29 02:00:24 +00:00
parent ab5425d698
commit 9c92e90e08

View File

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