ScoopInstaller_Main/docker-compose.json
Stéphane Este-Gracias ec51d10b3e docker-compose 1.7.1
2016-05-05 21:12:03 +10:00

16 lines
543 B
JSON

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