ScoopInstaller_Main/docker-machine.json
2017-04-26 01:01:05 +02:00

37 lines
1.3 KiB
JSON

{
"homepage": "https://github.com/docker/machine",
"version": "0.11.0",
"license": "Apache",
"architecture": {
"64bit": {
"url": "https://github.com/docker/machine/releases/download/v0.11.0/docker-machine-Windows-x86_64.exe",
"hash": "540a98ad93f52dd1529a4803ef70a5847a97dc1a1f612cdf67201c26cf80c0cc"
},
"32bit": {
"url": "https://github.com/docker/machine/releases/download/v0.11.0/docker-machine-Windows-i386.exe",
"hash": "e4ebdb1ea127659e34513e43559e7d964ca365236f652df613ae8671682db44f"
}
},
"pre_install": "Rename-Item @(Get-ChildItem $dir\\docker-machine-*.exe)[0] $dir\\docker-machine.exe",
"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"
},
"32bit": {
"url": "https://github.com/docker/machine/releases/download/v$version/docker-machine-Windows-i386.exe"
}
},
"hash": {
"url": "https://github.com/docker/machine/releases/download/v$version/sha256sum.txt"
}
}
}