mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-10-31 13:51:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "version": "0.16.2",
 | |
|     "description": "Docker Machine is a tool that lets you install Docker Engine on virtual hosts, and manage the hosts with commands",
 | |
|     "homepage": "https://github.com/docker/machine",
 | |
|     "license": "Apache-2.0",
 | |
|     "architecture": {
 | |
|         "64bit": {
 | |
|             "url": "https://github.com/docker/machine/releases/download/v0.16.2/docker-machine-Windows-x86_64.exe#/docker-machine.exe",
 | |
|             "hash": "dcf774857069749b5d973f85b15d926544a7c5556c3478c45b4f35cf86494130"
 | |
|         },
 | |
|         "32bit": {
 | |
|             "url": "https://github.com/docker/machine/releases/download/v0.16.2/docker-machine-Windows-i386.exe#/docker-machine.exe",
 | |
|             "hash": "2b67d7b6cd95983bdb01da472a541052f3ca236950354c7e76f215fbf9188745"
 | |
|         }
 | |
|     },
 | |
|     "bin": "docker-machine.exe",
 | |
|     "autoupdate": {
 | |
|         "architecture": {
 | |
|             "64bit": {
 | |
|                 "url": "https://github.com/docker/machine/releases/download/v$version/docker-machine-Windows-x86_64.exe#/docker-machine.exe"
 | |
|             },
 | |
|             "32bit": {
 | |
|                 "url": "https://github.com/docker/machine/releases/download/v$version/docker-machine-Windows-i386.exe#/docker-machine.exe"
 | |
|             }
 | |
|         },
 | |
|         "hash": {
 | |
|             "url": "$baseurl/sha256sum.txt"
 | |
|         }
 | |
|     }
 | |
| }
 | 
