ScoopInstaller_Main/docker-compose.json
2017-11-09 02:00:18 +00:00

26 lines
755 B
JSON

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