mongodb: Update to version 4.0.11

This commit is contained in:
Richard Kuhnt 2019-07-27 01:00:25 +00:00
parent d52f391e47
commit c4684198e9

View File

@ -1,15 +1,15 @@
{ {
"homepage": "https://www.mongodb.org", "homepage": "https://www.mongodb.org",
"description": "A document database with the scalability and flexibility.", "description": "A document database with the scalability and flexibility.",
"version": "4.0.10", "version": "4.0.11",
"license": { "license": {
"identifier": "SSPL-1.0", "identifier": "SSPL-1.0",
"url": "https://www.mongodb.com/licensing/server-side-public-license" "url": "https://www.mongodb.com/licensing/server-side-public-license"
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-4.0.10-signed.msi", "url": "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-4.0.11-signed.msi",
"hash": "d1ddac7ba6e2fbdfaaa0a787b83c165d4ad61795c051dc0f3142717a0b6a3707", "hash": "0147ca4aae70b6563b6703b720d982bf3b85533f9fb4e42e0d7f14cf690ba271",
"extract_dir": "MongoDB\\Server\\4.0" "extract_dir": "MongoDB\\Server\\4.0"
} }
}, },