mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 19:51:22 +00:00
This leads to more consistent license properties and allows for easier automated parsing. https://spdx.org/licenses/
15 lines
541 B
JSON
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"
|
|
}
|
|
}
|