ScoopInstaller_Main/docker-compose.json
Hugo Locurcio 5810275996 Use SPDX license identifiers in the default bucket (#2211)
This leads to more consistent license properties and allows for easier
automated parsing. https://spdx.org/licenses/
2018-04-20 18:04:49 +02:00

26 lines
759 B
JSON

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