ScoopInstaller_Main/docker-compose.json
2018-11-01 19:00:32 +00:00

26 lines
759 B
JSON

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