mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 02:31:21 +00:00
30 lines
899 B
JSON
30 lines
899 B
JSON
{
|
|
"version": "1.26.1",
|
|
"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.1/docker-compose-Windows-x86_64.exe#/docker-compose.exe",
|
|
"hash": "5d36534435ccca6507764a8f970de1c8640f7a8ad01be0af2a3449585e812bf8"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|