ScoopInstaller_Main/docker-compose.json
2017-06-19 21:00:19 +00:00

26 lines
755 B
JSON

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