mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:59:06 +08:00
[flatbuffers] Update to 2.0.6 (#24208)
* [flatbuffers] Update to 2.0.6 * Update version
This commit is contained in:
parent
7cd3196145
commit
4193cfc1be
@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO google/flatbuffers
|
REPO google/flatbuffers
|
||||||
REF v2.0.0
|
REF v2.0.6
|
||||||
SHA512 26a06b572c0e4c9685743bd2d2162ac7dcd74b9324624cc3f3ef5b154c0cee7c52a04b77cdc184245d2d6ae38dfdcc4fd66001c318aa8ca001d2bf1d85d66a89
|
SHA512 be631f34064c28d81876bf137c796e9736623cf2cc4f2a05dd45372e7195729c99fad1fa795f8ce71a408756a842edbdc0c3bc714a7cf63203a1de8681d86fb6
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
PATCHES
|
PATCHES
|
||||||
ignore_use_of_cmake_toolchain_file.patch
|
ignore_use_of_cmake_toolchain_file.patch
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "flatbuffers",
|
"name": "flatbuffers",
|
||||||
"version": "2.0.0",
|
"version": "2.0.6",
|
||||||
"port-version": 3,
|
|
||||||
"description": [
|
"description": [
|
||||||
"Memory Efficient Serialization Library",
|
"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."
|
"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."
|
||||||
],
|
],
|
||||||
"homepage": "https://google.github.io/flatbuffers/",
|
"homepage": "https://google.github.io/flatbuffers/",
|
||||||
|
"license": "Apache-2.0",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{
|
{
|
||||||
"name": "flatbuffers",
|
"name": "flatbuffers",
|
||||||
|
@ -2237,8 +2237,8 @@
|
|||||||
"port-version": 2
|
"port-version": 2
|
||||||
},
|
},
|
||||||
"flatbuffers": {
|
"flatbuffers": {
|
||||||
"baseline": "2.0.0",
|
"baseline": "2.0.6",
|
||||||
"port-version": 3
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"flint": {
|
"flint": {
|
||||||
"baseline": "2.8.0",
|
"baseline": "2.8.0",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "288dddf9e3a03a41f09b5f61547bf8d6b7b888c3",
|
||||||
|
"version": "2.0.6",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "8713fce3bc50837e44d958ddc745471619c511c4",
|
"git-tree": "8713fce3bc50837e44d958ddc745471619c511c4",
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user