mongodb: Update to version 4.0.8

This commit is contained in:
Richard Kuhnt 2019-03-29 21:01:59 +00:00
parent e85f983e30
commit 456bc34269

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.7", "version": "4.0.8",
"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.7-signed.msi", "url": "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-4.0.8-signed.msi",
"hash": "b83e6fc04ea332b9cb60a31543805d87b7226f1da29db23cf108c4c208ff5d9f", "hash": "70562c79cf88ac56666dc874699f2da50ec9a7dfc1583586db4b7db877dbcbd4",
"extract_dir": "MongoDB\\Server\\4.0" "extract_dir": "MongoDB\\Server\\4.0"
} }
}, },