mongodb: Update to version 4.0.12

This commit is contained in:
Richard Kuhnt 2019-08-09 05:00:22 +00:00
parent 9350225c5c
commit 334cfafdca

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.11", "version": "4.0.12",
"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.11-signed.msi", "url": "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-4.0.12-signed.msi",
"hash": "0147ca4aae70b6563b6703b720d982bf3b85533f9fb4e42e0d7f14cf690ba271", "hash": "381bdcdce1d81eef0e44cfa05101a580d831310390821fb943a72780ef4023c9",
"extract_dir": "MongoDB\\Server\\4.0" "extract_dir": "MongoDB\\Server\\4.0"
} }
}, },