ScoopInstaller_Main/docker-compose.json
2017-12-18 23:00:18 +00:00

26 lines
755 B
JSON

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