ScoopInstaller_Main/docker-compose.json
2018-03-20 15:00:28 +00:00

26 lines
755 B
JSON

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