ScoopInstaller_Main/docker-machine.json
2017-07-13 01:01:55 +00:00

36 lines
1.2 KiB
JSON

{
"homepage": "https://github.com/docker/machine",
"version": "0.12.2",
"license": "Apache",
"architecture": {
"64bit": {
"url": "https://github.com/docker/machine/releases/download/v0.12.2/docker-machine-Windows-x86_64.exe#/docker-machine.exe",
"hash": "f99f200de796a4b3b01eab4bd71a461faec792776d74fbc7727e77729bb32ae3"
},
"32bit": {
"url": "https://github.com/docker/machine/releases/download/v0.12.2/docker-machine-Windows-i386.exe#/docker-machine.exe",
"hash": "52b1d057d76bbb4407f65c2e05dd7ff85a42dfae9c208f122b08f33ef784ae59"
}
},
"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"
}
}
}