ScoopInstaller_Main/docker-compose.json
2016-07-28 21:13:14 +10:00

16 lines
543 B
JSON

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