ScoopInstaller_Main/bucket/docker-compose.json
2021-04-14 18:00:34 +00:00

25 lines
829 B
JSON

{
"version": "1.29.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.29.1/docker-compose-Windows-x86_64.exe#/docker-compose.exe",
"hash": "23af7f305f2ee479e080baebe8065506e73b7a0b8c0479fd03e82c0ff6570e9d"
}
},
"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"
}
}
}