mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 20:53:02 +08:00
[pegtl/cppgraphqlgen] matching updates for dependency (#11531)
* [pegtl] Update to latest 3.0.0-pre commit * [cppgraphqlgen] Update to v3.2.2 (matches PEGTL)
This commit is contained in:
parent
01926a1eb1
commit
ec4846cbf5
@ -1,5 +1,5 @@
|
|||||||
Source: cppgraphqlgen
|
Source: cppgraphqlgen
|
||||||
Version: 3.2.1
|
Version: 3.2.2
|
||||||
Build-Depends: boost-filesystem (!uwp&!windows), boost-program-options, pegtl, rapidjson
|
Build-Depends: boost-filesystem (!uwp&!windows), boost-program-options, pegtl, rapidjson
|
||||||
Description: C++ GraphQL schema service generator
|
Description: C++ GraphQL schema service generator
|
||||||
Homepage: https://github.com/microsoft/cppgraphqlgen
|
Homepage: https://github.com/microsoft/cppgraphqlgen
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO microsoft/cppgraphqlgen
|
REPO microsoft/cppgraphqlgen
|
||||||
REF v3.2.1
|
REF v3.2.2
|
||||||
SHA512 66e7f9d38e28c2622dc0906fab0422040662a09d5ff29ae4e7a2f300b5b29ca2048bc37be69e5bba8c91daf5aae656db4c01e2558a1f8c4644b30f6b3df2d95e
|
SHA512 69d29800935e36402b81fc2e379b7e6c2edb9ff5bf22cccb4a42cd2497576e5ca4a6e1b6179b8f3c188a0416d882fbc0e0ba72b5e78ee667a2f6847f5b806bf0
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Source: pegtl
|
Source: pegtl
|
||||||
Version: 3.0.0-pre-83b6cdc
|
Version: 3.0.0-pre-70971f4
|
||||||
Description: The Parsing Expression Grammar Template Library (PEGTL) is a zero-dependency C++ header-only parser combinator library for creating parsers according to a Parsing Expression Grammar (PEG).
|
Description: The Parsing Expression Grammar Template Library (PEGTL) is a zero-dependency C++ header-only parser combinator library for creating parsers according to a Parsing Expression Grammar (PEG).
|
||||||
Homepage: https://github.com/taocpp/PEGTL
|
Homepage: https://github.com/taocpp/PEGTL
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO taocpp/pegtl
|
REPO taocpp/pegtl
|
||||||
REF 83b6cdc717b68a3714e6c76e13dbc4a571b491c1
|
REF 70971f441d7611ba3905b5c0d5c8bf4338602ef2
|
||||||
SHA512 cc8b87c7ff486f6ddd3ef88fb23fbefd7196afd5fb9577a30d64e971ef43e85abd337068836a01229646c6d37820a8c45a01fd8427f0c3de65bec7aaf1169248
|
SHA512 8ff0f06eaa59e547e4f00002d27241f99f06b398d7cd021c3b8475431d59234d0aa32fff8ce74faee3468c9fb542020326547a6d9cd7b98561b3bdd233a1e715
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user