mongodb: Update to version 5.0.0

This commit is contained in:
Richard Kuhnt 2021-07-13 15:00:24 +00:00
parent 3eb38005f2
commit 62a26eafbd

View File

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