ScoopInstaller_Main/bucket/docker-compose.json
2021-01-20 19:35:19 +01:00

25 lines
829 B
JSON

{
"version": "1.28.0",
"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.0/docker-compose-Windows-x86_64.exe#/docker-compose.exe",
"hash": "9f15b8fb28ad1ab6c69d425129fdaf939655910789cea8a1ce48d6f42c12f21b"
}
},
"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"
}
}
}