mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			41 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "18.09.3",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/docker/toolbox/releases/download/v18.09.3/DockerToolbox-18.09.3.exe",
 | 
						|
            "hash": "0c01536269a362c9c0689f6b4a21eb5b862de3eebc6dce1244c0ef96240c10a3"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "homepage": "https://docker.com",
 | 
						|
    "description": "Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly.",
 | 
						|
    "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"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |