mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 22:08:06 +08:00
[flatbuffers] Updated google flatbuffers to release 24.12.23 (#42946)
Co-authored-by: Cheney-Wang <850426846@qq.com>
This commit is contained in:
parent
a25bd22100
commit
1a66c32c6f
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO google/flatbuffers
|
||||
REF "v${VERSION}"
|
||||
SHA512 e2a614f4fc526ce07bfe1e1bc79efd3c87acbdb93aee7b42994d4855abd2593f36b5ca1edb53c7dcd470d5fbe14a3e394bd75dcebb4458cc0aeb33d622a3c662
|
||||
SHA512 f97762ba41b9cfef648e93932fd789324c6bb6ebc5b7aeca8185c9ef602294b67d73aea7ae371035579a1419cbfbeba7c3e88b31b5a5848db98f5e8a03b982b1
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
fix-uwp-build.patch
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flatbuffers",
|
||||
"version": "24.3.25",
|
||||
"version": "24.12.23",
|
||||
"description": "FlatBuffers is a cross platform serialization library architected for maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility.",
|
||||
"homepage": "https://google.github.io/flatbuffers/",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -2821,7 +2821,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"flatbuffers": {
|
||||
"baseline": "24.3.25",
|
||||
"baseline": "24.12.23",
|
||||
"port-version": 0
|
||||
},
|
||||
"flatbush": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "0d7ebd8b3c4d124bad8101cdecc4ae77d4386c8c",
|
||||
"version": "24.12.23",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "f8e85b45608b4005d8e8b4a96cfe11a5c2686e92",
|
||||
"version": "24.3.25",
|
||||
|
Loading…
x
Reference in New Issue
Block a user