ScoopInstaller_Main/docker-compose.json
2018-04-27 22:00:45 +00:00

26 lines
759 B
JSON

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