ScoopInstaller_Main/docker-compose.json
2017-09-01 23:00:37 +00:00

26 lines
755 B
JSON

{
"homepage": "https://github.com/docker/compose",
"version": "1.16.1",
"license": "Apache",
"architecture": {
"64bit": {
"url": "https://github.com/docker/compose/releases/download/1.16.1/docker-compose-Windows-x86_64.exe#/docker-compose.exe",
"hash": "5d158937e03717fdd9df103bb1047391d7565160e127ccd2a72d3ee4c4e11483"
}
},
"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"
}
}
}
}