mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[flatbuffers] Update to 23.5.26 (#31780)
* [flatbuffers] v23.5.26 port update * baseline fixed
This commit is contained in:
parent
395ee62e8b
commit
c6ba8a18a1
@ -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
|
||||
|
@ -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."
|
||||
|
@ -2521,7 +2521,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"flatbuffers": {
|
||||
"baseline": "23.5.9",
|
||||
"baseline": "23.5.26",
|
||||
"port-version": 0
|
||||
},
|
||||
"flecs": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "5146d5516c8570263780a1cdf73df98d70936e07",
|
||||
"version": "23.5.26",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "787f5c089a87c5896ef5f0f8b200de1d1081158c",
|
||||
"version": "23.5.9",
|
||||
|
Loading…
x
Reference in New Issue
Block a user