ScoopInstaller_Main/bucket/docker-compose.json
2019-08-16 14:28:43 +02:00

30 lines
899 B
JSON

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