2023-01-05 00:33:18 +00:00

24 lines
783 B
JSON

{
"version": "23.1.4",
"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/v23.1.4/Windows.flatc.binary.zip",
"hash": "147eade22d2b742e8da409d022a8d0eb87e75abe0c8f384ed3de67ea08c3b8d9"
}
},
"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"
}
}
}
}