ScoopInstaller_Main/docker-compose.json
2018-02-07 20:00:19 +00:00

26 lines
755 B
JSON

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