mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-13 02:41:19 +00:00
24 lines
785 B
JSON
24 lines
785 B
JSON
{
|
|
"version": "25.1.21",
|
|
"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/v25.1.21/Windows.flatc.binary.zip",
|
|
"hash": "22f905e104634d8f3e6c7c46aad52d1b66639aa4446c848dddde5613ccd11098"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|