ScoopInstaller_Main/docker-compose.json
2016-09-23 17:42:22 +10:00

16 lines
543 B
JSON

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