ScoopInstaller_Main/docker-compose.json
2017-11-02 01:00:28 +00:00

26 lines
755 B
JSON

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