mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			73 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			73 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://www.mongodb.org",
 | 
						|
    "description": "A document database with the scalability and flexibility.",
 | 
						|
    "version": "4.0.11",
 | 
						|
    "license": {
 | 
						|
        "identifier": "SSPL-1.0",
 | 
						|
        "url": "https://www.mongodb.com/licensing/server-side-public-license"
 | 
						|
    },
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-4.0.11-signed.msi",
 | 
						|
            "hash": "0147ca4aae70b6563b6703b720d982bf3b85533f9fb4e42e0d7f14cf690ba271",
 | 
						|
            "extract_dir": "MongoDB\\Server\\4.0"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "bin\\bsondump.exe",
 | 
						|
        "bin\\mongo.exe",
 | 
						|
        [
 | 
						|
            "bin\\mongod.exe",
 | 
						|
            "mongod",
 | 
						|
            "--config \"$dir\\bin\\mongod.cfg\""
 | 
						|
        ],
 | 
						|
        "bin\\mongodump.exe",
 | 
						|
        "bin\\mongoexport.exe",
 | 
						|
        "bin\\mongofiles.exe",
 | 
						|
        "bin\\mongoimport.exe",
 | 
						|
        "bin\\mongorestore.exe",
 | 
						|
        "bin\\mongos.exe",
 | 
						|
        "bin\\mongostat.exe",
 | 
						|
        "bin\\mongotop.exe"
 | 
						|
    ],
 | 
						|
    "post_install": [
 | 
						|
        "$file = \"$dir\\bin\\mongod.cfg\"",
 | 
						|
        "$cfg = (Get-Content $file)",
 | 
						|
        "$cfg = $cfg -replace '%MONGO_DATA_PATH%', \"$dir\\data\"",
 | 
						|
        "$cfg = $cfg -replace '%MONGO_LOG_PATH%', \"$dir\\log\"",
 | 
						|
        "Set-Content $file ($cfg -join \"`n\") -Encoding Ascii -Force"
 | 
						|
    ],
 | 
						|
    "persist": [
 | 
						|
        "bin\\mongod.cfg",
 | 
						|
        "data",
 | 
						|
        "log"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://www.mongodb.com/download-center/community",
 | 
						|
        "re": "([\\d.]+) \\(current release\\)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-$version-signed.msi",
 | 
						|
                "hash": {
 | 
						|
                    "url": "$url.sha256"
 | 
						|
                },
 | 
						|
                "extract_dir": "MongoDB\\Server\\$majorVersion.$minorVersion"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "suggest": {
 | 
						|
        "vcredist": "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\""
 | 
						|
    ]
 | 
						|
}
 |