mongodb: Update to version 5.0.0-rc7

This commit is contained in:
Richard Kuhnt 2021-07-02 07:00:59 +00:00
parent 6ee9d310a3
commit 33b2beb559

View File

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