ScoopInstaller_Main/bucket/docker-compose.json
2020-06-03 21:15:20 +02:00

30 lines
899 B
JSON

{
"homepage": "https://github.com/docker/compose",
"description": "Define and run multi-container applications with Docker",
"version": "1.26.0",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/docker/compose/releases/download/1.26.0/docker-compose-Windows-x86_64.exe#/docker-compose.exe",
"hash": "4a1963d06467ad1c51dd5f53f4b3517f3440cfbb4502e853d3602896f247eaa4"
}
},
"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"
}
}
}