ScoopInstaller_Main/bucket/docker-machine.json
2022-10-26 12:24:37 +05:30

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"
}
}
}