{ "homepage": "https://github.com/docker/compose", "version": "1.10.1", "license": "Apache", "architecture": { "64bit": { "url": "https://github.com/docker/compose/releases/download/1.10.1/docker-compose-Windows-x86_64.exe", "hash": "a88e6631848799b64cdd425952b55d7e00879cdc21e38d35223859414362b03d" } }, "pre_install": "Rename-Item @(Get-ChildItem $dir\\docker-compose-*.exe)[0] $dir\\docker-compose.exe", "bin": [ [ "docker-compose.exe", "docker-compose" ] ], "checkver": "github", "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/docker/compose/releases/download/$version/docker-compose-Windows-x86_64.exe" } } } }