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