aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alex@karatarakis.com>2018-06-12 20:28:36 -0700
committerGitHub <noreply@github.com>2018-06-12 20:28:36 -0700
commit87f9f50166a8bfb99c8dc6064c8573eb2337513d (patch)
tree9e1030beb2f5fb072b165343c1a512a8d25b65f9
parentd6837fd50db5649bd657f83c3491db0ec47c79d8 (diff)
parent7d2b0ec86ba8af930210625f3b8b7f562c266d0b (diff)
downloadvcpkg-87f9f50166a8bfb99c8dc6064c8573eb2337513d.tar.gz
vcpkg-87f9f50166a8bfb99c8dc6064c8573eb2337513d.zip
Merge pull request #3701 from shpala/pavel/upgrade_flatbuffers
Upgrade flatbuffers to the current latest release (1.9.0)
-rw-r--r--ports/flatbuffers/CONTROL2
-rw-r--r--ports/flatbuffers/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/flatbuffers/CONTROL b/ports/flatbuffers/CONTROL
index 508530153..c9fb8d045 100644
--- a/ports/flatbuffers/CONTROL
+++ b/ports/flatbuffers/CONTROL
@@ -1,4 +1,4 @@
Source: flatbuffers
-Version: 1.8.0-2
+Version: 1.9.0
Description: Memory Efficient Serialization Library http://google.github.io/flatbuffers/
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.
diff --git a/ports/flatbuffers/portfile.cmake b/ports/flatbuffers/portfile.cmake
index 8ac585946..ae8c725d9 100644
--- a/ports/flatbuffers/portfile.cmake
+++ b/ports/flatbuffers/portfile.cmake
@@ -7,8 +7,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/flatbuffers
- REF v1.8.0
- SHA512 8f6c84caa6456418fc751ea9de456dd37378b3239d1a41d2205140e7b19a5b8b2e342a22dc8d7fdd0c36878455e9d7401cc6438d3b771f7875e8fcfe7bbd52f1
+ REF v1.9.0
+ SHA512 0ba07dbe5b2fde1d0a6e14ee26ee2816062541d934eda204b846a30c019362f2626761b628c900293928b9b546dba8ca477c13182e022c3e0e0a142fd67f0696
HEAD_REF master
)