[flatbuffers] Update to 23.5.26 (#31780)

* [flatbuffers] v23.5.26 port update

* baseline fixed
This commit is contained in:
MoeSzyslak98 2023-06-06 00:11:45 +03:30 committed by GitHub
parent 395ee62e8b
commit c6ba8a18a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/flatbuffers
REF "v${VERSION}"
SHA512 6eb5417984782208e0fcc33285d02bb13cda526d4029e0dd58e27c4f813eb39f26105ab0ed0880f7c02614985b96a241aad5086dd4f2d131c534a44a2884d08e
SHA512 cd0a5efad8016e1217d01a181d6b02e546f5693c6412361bfeaee820d5dfe5e2a424cee1963270e851c1a4f936ae8a0032a51c5bb16ee19313e0ecc77dc4ba31
HEAD_REF master
PATCHES
fix-uwp-build.patch

View File

@ -1,6 +1,6 @@
{
"name": "flatbuffers",
"version": "23.5.9",
"version": "23.5.26",
"description": [
"Memory Efficient Serialization Library",
"FlatBuffers is an efficient cross platform serialization library for games and other memory constrained apps. It allows you to directly access serialized data without unpacking/parsing it first, while still having great forwards/backwards compatibility."

View File

@ -2521,7 +2521,7 @@
"port-version": 0
},
"flatbuffers": {
"baseline": "23.5.9",
"baseline": "23.5.26",
"port-version": 0
},
"flecs": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5146d5516c8570263780a1cdf73df98d70936e07",
"version": "23.5.26",
"port-version": 0
},
{
"git-tree": "787f5c089a87c5896ef5f0f8b200de1d1081158c",
"version": "23.5.9",