mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			40 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "18.09.0",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/docker/toolbox/releases/download/v18.09.0/DockerToolbox-18.09.0.exe",
 | 
						|
            "hash": "5971379f1c2a1a7d200330a2042097d5c0820097dfdaeacc031c1475f8dfd683"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "homepage": "https://docker.com",
 | 
						|
    "innosetup": true,
 | 
						|
    "post_install": "rm -r \"$dir\\installers\"",
 | 
						|
    "bin": [
 | 
						|
        "docker.exe",
 | 
						|
        "docker-compose.exe",
 | 
						|
        "docker-machine.exe"
 | 
						|
    ],
 | 
						|
    "shortcuts": [
 | 
						|
        [
 | 
						|
            "kitematic\\Kitematic.exe",
 | 
						|
            "Kitematic"
 | 
						|
        ]
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/docker/toolbox",
 | 
						|
        "re": "/releases/tag/(?:v)?([\\d\\w.-]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/docker/toolbox/releases/download/v$version/DockerToolbox-$version.exe"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/sha256sum.txt",
 | 
						|
            "find": "([a-fA-F0-9]{64})\\s+DockerToolbox.exe"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |