ScoopInstaller_Main/docker-compose.json
Stéphane Este-Gracias b85611acfe docker-compose 1.10.0
2017-01-18 10:13:25 +00:00

17 lines
571 B
JSON

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