ScoopInstaller_Main/bucket/docker-compose.json
2019-11-18 22:00:26 +00:00

30 lines
899 B
JSON

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