mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
24 lines
785 B
JSON
24 lines
785 B
JSON
{
|
|
"version": "24.3.25",
|
|
"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.25/Windows.flatc.binary.zip",
|
|
"hash": "6455f5b6272b908dad073721e21b11720a9fddbae06e28b5c75f8ec458e7fe30"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|