ScoopInstaller_Main/bucket/docker-compose.json
2020-07-03 15:54:42 +02:00

30 lines
899 B
JSON

{
"version": "1.26.2",
"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.26.2/docker-compose-Windows-x86_64.exe#/docker-compose.exe",
"hash": "e350f60f041e951bf0101622decd85a2b66584b6d32f8a6c1e12c001c2f7e541"
}
},
"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#/docker-compose.exe"
}
},
"hash": {
"url": "$url.sha256"
}
}
}