mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
flatc: Update to version 1.12.0 (#944)
This commit is contained in:
parent
3df0298edf
commit
973ccf47cd
@ -1,15 +1,23 @@
|
|||||||
{
|
{
|
||||||
|
"version": "1.12.0",
|
||||||
|
"description": "An efficient serialization library for multiple languages",
|
||||||
"homepage": "https://google.github.io/flatbuffers/index.html",
|
"homepage": "https://google.github.io/flatbuffers/index.html",
|
||||||
"description": "An efficient cross-platform serialization library for multiple languages.",
|
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"version": "1.11.0",
|
"architecture": {
|
||||||
"url": "https://github.com/google/flatbuffers/releases/download/v1.11.0/flatc_windows_exe.zip",
|
"64bit": {
|
||||||
|
"url": "https://github.com/google/flatbuffers/releases/download/v1.12.0/flatc_windows.zip",
|
||||||
|
"hash": "08588515fbd1acca672faac27e4a670e3359b4497a6a87608d96031b7652d470"
|
||||||
|
}
|
||||||
|
},
|
||||||
"bin": "flatc.exe",
|
"bin": "flatc.exe",
|
||||||
"hash": "1d23e84ac0d76ac5da6d6c7232c0564191e7c846b27c09d4650bd386888b4768",
|
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/google/flatbuffers"
|
"github": "https://github.com/google/flatbuffers"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"url": "https://github.com/google/flatbuffers/releases/download/v$version/flatc_windows_exe.zip"
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/google/flatbuffers/releases/download/v$version/flatc_windows.zip"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user