[cppgraphqlgen] Update with matching PEGTL (#7639)

* [cppgraphqlgen] Update with matching PEGTL

* Pick up cppgraphqlgen v3.0.2
This commit is contained in:
Bill Avery 2019-08-13 10:42:47 -07:00 committed by Victor Romero
parent 157ddb24bc
commit 69f7376b22
4 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
Source: cppgraphqlgen
Version: 3.0.0
Version: 3.0.2
Build-Depends: boost-filesystem (!uwp&!windows), boost-program-options, pegtl, rapidjson
Description: C++ GraphQL schema service generator

View File

@ -2,9 +2,9 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/cppgraphqlgen
REF v3.0.0
SHA512 26da9b559b7220f44bc1aabd68250a4cf869329a5496ac439f9bc7cea5137e0ef9068dc6e868adf441cd5c212f21dd08f0a21db393eb4c237525961eefd49389
REPO microsoft/cppgraphqlgen
REF v3.0.2
SHA512 ae2e94e7cb8853c88d2dbf226dec52e30fb16d1889f14f94d2a585dd2be1985e58ac8c16765b970c4417c08d519b32514080d90bfab7e34b66dc7c32b9f9caa6
HEAD_REF master
)

View File

@ -1,3 +1,3 @@
Source: pegtl
Version: 3.0.0-pre
Version: 3.0.0-pre-697aaa0
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).

View File

@ -2,8 +2,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO taocpp/pegtl
REF c5d158ffab4baa0e1c3f6d54c0684f05a2412f74
SHA512 efd5d36ca14c27948005cd034e72e24855f6046141c316a1d4b7186af9753fd035dab8303dc86e2f2de1b185f5fa3f5d678672892b1fc4ab69e827492a94e897
REF 697aaa06564c6ea9d13f95de081a2d2d46b39160
SHA512 453821966526569a2d1842ec0bebe6f65dee0241d6ab7d38255726243326356b6a972bf5ca58168e94f51dd87c74ce17fdefffd19fe67570fe9dc52f1f6a4f16
HEAD_REF master
)