mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 15:51:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "100.10.0",
 | 
						|
    "description": "A collection of command-line utilities for working with a MongoDB deployment.",
 | 
						|
    "homepage": "https://docs.mongodb.com/database-tools/",
 | 
						|
    "license": {
 | 
						|
        "identifier": "SSPL-1.0",
 | 
						|
        "url": "https://www.mongodb.com/licensing/server-side-public-license"
 | 
						|
    },
 | 
						|
    "suggest": {
 | 
						|
        "MongoDB": "mongodb"
 | 
						|
    },
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://fastdl.mongodb.org/tools/db/mongodb-database-tools-windows-x86_64-100.10.0.msi",
 | 
						|
            "hash": "12103ec847a8a5a824a3eb4a32f1453efe3d115b4b3ba07037e4f38176f55907"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "extract_dir": "MongoDB\\Tools\\100",
 | 
						|
    "env_add_path": "bin",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://s3.amazonaws.com/downloads.mongodb.org/tools/db/release.json",
 | 
						|
        "jsonpath": "$.versions[0].version"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://fastdl.mongodb.org/tools/db/mongodb-database-tools-windows-x86_64-$version.msi"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "extract_dir": "MongoDB\\Tools\\$majorVersion",
 | 
						|
        "hash": {
 | 
						|
            "url": "https://s3.amazonaws.com/downloads.mongodb.org/tools/db/release.json",
 | 
						|
            "mode": "json",
 | 
						|
            "jsonpath": "$.versions[0].downloads[?(@.name=='windows')].package.sha256"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |