mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
30 lines
899 B
JSON
30 lines
899 B
JSON
{
|
|
"homepage": "https://github.com/docker/compose",
|
|
"description": "Define and run multi-container applications with Docker",
|
|
"version": "1.25.5",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/docker/compose/releases/download/1.25.5/docker-compose-Windows-x86_64.exe#/docker-compose.exe",
|
|
"hash": "0889c411f88e631c7dff0f0bc18fae3040ed8b6a951f316637e91c5293a5085c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|