mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
24 lines
781 B
JSON
24 lines
781 B
JSON
{
|
|
"version": "2.0.0",
|
|
"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/v2.0.0/Windows.flatc.binary.zip",
|
|
"hash": "dff388932d14c2d4b66a94c3fc6b4f5663041d098620e942cc1e59ddb1eda572"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|