mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
27 lines
881 B
JSON
27 lines
881 B
JSON
{
|
|
"version": "2.0.1",
|
|
"description": "Define and run multi-container applications with Docker",
|
|
"homepage": "https://docs.docker.com/compose/",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/docker/compose/releases/download/v2.0.1/docker-compose-windows-x86_64.exe#/docker-compose.exe",
|
|
"hash": "5a89d3d16e214f7686423c18db33f2b7348b4a24988633f8402c257dd3def3d3"
|
|
}
|
|
},
|
|
"bin": "docker-compose.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/docker/compose"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/docker/compose/releases/download/v$version/docker-compose-windows-x86_64.exe#/docker-compose.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|