mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
24 lines
769 B
JSON
24 lines
769 B
JSON
{
|
|
"version": "1.12.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/v1.12.0/flatc_windows.zip",
|
|
"hash": "08588515fbd1acca672faac27e4a670e3359b4497a6a87608d96031b7652d470"
|
|
}
|
|
},
|
|
"bin": "flatc.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/google/flatbuffers"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/google/flatbuffers/releases/download/v$version/flatc_windows.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|