mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 15:11:21 +00:00
25 lines
829 B
JSON
25 lines
829 B
JSON
{
|
|
"version": "1.28.3",
|
|
"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.3/docker-compose-Windows-x86_64.exe#/docker-compose.exe",
|
|
"hash": "0b5bd9a0a99e1d079217ad6fbcb5a1d3b32440f8b80c76f7d7c5d4ff6a25065a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|