2024-03-08 00:33:51 +00:00

24 lines
783 B
JSON

{
"version": "24.3.7",
"description": "An efficient serialization library for multiple languages",
"homepage": "https://google.github.io/flatbuffers/index.html",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/google/flatbuffers/releases/download/v24.3.7/Windows.flatc.binary.zip",
"hash": "23bbbe5b01aca1d5d7afee475364e0a212a038d9952eb544996def151067364f"
}
},
"bin": "flatc.exe",
"checkver": {
"github": "https://github.com/google/flatbuffers"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/google/flatbuffers/releases/download/v$version/Windows.flatc.binary.zip"
}
}
}
}