diff --git a/ports/flatbuffers/portfile.cmake b/ports/flatbuffers/portfile.cmake index 0ff59bb6b6df63..cab7b07a128463 100644 --- a/ports/flatbuffers/portfile.cmake +++ b/ports/flatbuffers/portfile.cmake @@ -4,7 +4,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO google/flatbuffers REF "v${VERSION}" - SHA512 809366e176f4459ee3010b7c3e2c7e6f800fdf0c5cc2d39846885e793fd933602176aeecbfbdc92aec7dadbcd54fc8ba0d57741c034251078136262bdac10ce8 + SHA512 7e6ae36b37c9fd322456312504156c8241852e07a2a23de6805eb2328b61b9f42b839d04b839f9d97623195721308437a1163a25071ca2af0d00a6417da74822 HEAD_REF master PATCHES fix-uwp-build.patch diff --git a/ports/flatbuffers/vcpkg.json b/ports/flatbuffers/vcpkg.json index f8d2e1cbaba032..6ce0f84a12389c 100644 --- a/ports/flatbuffers/vcpkg.json +++ b/ports/flatbuffers/vcpkg.json @@ -1,6 +1,6 @@ { "name": "flatbuffers", - "version": "25.1.21", + "version": "25.2.10", "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", diff --git a/versions/baseline.json b/versions/baseline.json index f165815895c977..aaba200cf16ff9 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2833,7 +2833,7 @@ "port-version": 0 }, "flatbuffers": { - "baseline": "25.1.21", + "baseline": "25.2.10", "port-version": 0 }, "flatbush": { diff --git a/versions/f-/flatbuffers.json b/versions/f-/flatbuffers.json index b2e5e3a8844577..76ee3b5b571d1e 100644 --- a/versions/f-/flatbuffers.json +++ b/versions/f-/flatbuffers.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "10e9aecde053bfab1f5de679ed28060c1304e9bf", + "version": "25.2.10", + "port-version": 0 + }, { "git-tree": "6286132eb355fb461555dd32efde38ed8b110eb0", "version": "25.1.21",