ScoopInstaller_Main/docker-compose.json
2018-10-30 22:00:24 +00:00

26 lines
759 B
JSON

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