ScoopInstaller_Main/docker-compose.json
2018-07-18 00:00:25 +00:00

26 lines
759 B
JSON

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