diff --git a/.gitignore b/.gitignore index 270c5a3b94..4a687e6474 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *~ ._* +/checkver* diff --git a/bucket/mongodb.json b/bucket/mongodb.json index 815a3ebd18..89c41e2a3b 100644 --- a/bucket/mongodb.json +++ b/bucket/mongodb.json @@ -1,11 +1,23 @@ { - "homepage": "https://www.mongodb.org", - "description": "A document database with the scalability and flexibility.", "version": "4.2.7", + "description": "A document database with the scalability and flexibility.", + "homepage": "https://www.mongodb.org", "license": { "identifier": "SSPL-1.0", "url": "https://www.mongodb.com/licensing/server-side-public-license" }, + "suggest": { + "Visual C/C++ Redistributable 2017": "extras/vcredist2017" + }, + "notes": [ + "Windows server 2012/2008 and Windows 7/8/8.1 need KB2999226 to provide Universal C Runtime support for Windows.", + "For more infomations, please refer to:", + "https://support.microsoft.com/en-us/help/2999226/update-for-universal-c-runtime-in-windows", + "", + "mongod shim use \"$dir\\bin\\mongod.cfg\" as the default config file.", + "To use a different config file, please run", + "\"$dir\\bin\\mongod.exe --config NEW_CONFIG_FILE\"" + ], "architecture": { "64bit": { "url": "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.7-signed.msi", @@ -44,30 +56,18 @@ "log" ], "checkver": { - "url": "https://www.mongodb.com/download-center/community", - "regex": "win32/mongodb-win32-x86_64-(?[\\w-]+)-([\\d.]+)-signed" + "url": "https://www.mongodb.com/download-center/community/releases", + "regex": "

([\\d.]+)