ScoopInstaller_Main/docker-compose.json
2018-04-10 21:01:46 +00:00

26 lines
755 B
JSON

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