mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
24 lines
787 B
JSON
24 lines
787 B
JSON
{
|
|
"version": "22.11.22",
|
|
"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/v22.11.22/Windows.flatc.binary.zip",
|
|
"hash": "15fab5d663994eb85d900b9671249ea4a775644b2cc339849eef7218151adbaf"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|