ScoopInstaller_Main/docker-compose.json
2017-04-06 18:38:03 +02:00

27 lines
821 B
JSON

{
"homepage": "https://github.com/docker/compose",
"version": "1.12.0",
"license": "Apache",
"architecture": {
"64bit": {
"url": "https://github.com/docker/compose/releases/download/1.12.0/docker-compose-Windows-x86_64.exe",
"hash": "a29e4bd3050a4318a90fe0db16c05d342b89535a41a4dc37db08946eb48a9439"
}
},
"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"
}
}
}
}