ScoopInstaller_Main/docker-compose.json
2017-07-26 23:00:35 +00:00

26 lines
755 B
JSON

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