ScoopInstaller_Main/bucket/docker-compose.json
2021-02-26 13:52:26 +01:00

25 lines
829 B
JSON

{
"version": "1.28.5",
"description": "Define and run multi-container applications with Docker",
"homepage": "https://github.com/docker/compose",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/docker/compose/releases/download/1.28.5/docker-compose-Windows-x86_64.exe#/docker-compose.exe",
"hash": "458ff856310a38ad3365d644518f617e926d06f52f12f2b7c0bcff08c56d461e"
}
},
"bin": "docker-compose.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/docker/compose/releases/download/$version/docker-compose-Windows-x86_64.exe#/docker-compose.exe"
}
},
"hash": {
"url": "$url.sha256"
}
}
}