ScoopInstaller_Main/docker-compose.json
2018-05-03 00:00:30 +00:00

26 lines
759 B
JSON

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