ScoopInstaller_Main/flatc.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

15 lines
541 B
JSON

{
"homepage": "https://google.github.io/flatbuffers/index.html",
"license": "Apache-2.0",
"version": "1.9.0",
"url": "https://github.com/google/flatbuffers/releases/download/v1.9.0/flatc_windows_exe.zip",
"bin": "flatc.exe",
"hash": "171fa148506d2c10d197e17fa9cdfc9745d1c82236369f7aebeb89fd15502eff",
"checkver": {
"github": "https://github.com/google/flatbuffers"
},
"autoupdate": {
"url": "https://github.com/google/flatbuffers/releases/download/v$version/flatc_windows_exe.zip"
}
}