{ "homepage": "https://github.com/docker/compose", "version": "1.11.1", "license": "Apache", "architecture": { "64bit": { "url": "https://github.com/docker/compose/releases/download/1.11.1/docker-compose-Windows-x86_64.exe", "hash": "47faee3293d28f6225725208f99bb03bc39e0e9c114da1833576e3d9153d9345" } }, "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" } } } }