ScoopInstaller_Main/bucket/docker-machine.json
h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

37 lines
1.4 KiB
JSON

{
"homepage": "https://github.com/docker/machine",
"description": "Docker Machine is a tool that lets you install Docker Engine on virtual hosts, and manage the hosts with commands",
"version": "0.16.1",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/docker/machine/releases/download/v0.16.1/docker-machine-Windows-x86_64.exe#/docker-machine.exe",
"hash": "2d3b55682b704f9d61b74d1db9b4f6ddbb4f80302c4333aef7e5dc746049b1d9"
},
"32bit": {
"url": "https://github.com/docker/machine/releases/download/v0.16.1/docker-machine-Windows-i386.exe#/docker-machine.exe",
"hash": "12de35cfb21898dc5a72fec265d660bed5236f2198c6ffed78cda275e68e2cba"
}
},
"bin": [
[
"docker-machine.exe",
"docker-machine"
]
],
"checkver": "github",
"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"
}
}
}