ScoopInstaller_Main/docker-machine.json
2016-02-05 00:38:58 -05:00

20 lines
770 B
JSON

{
"homepage": "https://github.com/docker/machine",
"version": "0.6.0",
"license": "Apache",
"architecture": {
"64bit": {
"url": "https://github.com/docker/machine/releases/download/v0.6.0/docker-machine-Windows-x86_64.exe",
"hash": "9604fd5cf394bc51a802c621ba98795fc05cc0231a60961e1eabd657ff392a78"
},
"32bit": {
"url": "https://github.com/docker/machine/releases/download/v0.6.0/docker-machine-Windows-i386.exe",
"hash": "f06da55edce6f6121f842862eb20c9f7850a590ab0e16c245ae3d151162e5c2f"
}
},
"pre_install": "Rename-Item @(Get-ChildItem $dir\\docker-machine-*.exe)[0] $dir\\docker-machine.exe",
"bin": [
["docker-machine.exe", "docker-machine"]
]
}