ScoopInstaller_Main/docker-compose.json
Stéphane Este-Gracias 4ba6851136 docker-compose 1.11.1
2017-02-09 21:08:21 +00:00

27 lines
821 B
JSON

{
"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"
}
}
}
}