mongodb: Update to version 4.2.5

This commit is contained in:
Richard Kuhnt 2020-03-24 08:01:49 +00:00
parent 4652d43617
commit 91ee6e25fe

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.2.3", "version": "4.2.5",
"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-2012plus-4.2.3-signed.msi", "url": "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.5-signed.msi",
"hash": "234f6abf9c4947df94428f6ce648905dbf6b1269f48cc3239ebd4990bde1ca2a", "hash": "cc46897ad51f617d1946ad1b8f2eb50d215cab1b4b2fe21fd55f6022c862c333",
"extract_dir": "MongoDB\\Server\\4.2" "extract_dir": "MongoDB\\Server\\4.2"
} }
}, },