mongodb: Update to version 5.0.1

This commit is contained in:
Richard Kuhnt 2021-07-22 15:00:18 +00:00
parent 4506bb1033
commit c6145c33e3

View File

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