aboutsummaryrefslogtreecommitdiff
path: root/ports/pegtl
diff options
context:
space:
mode:
authorBill Avery <wravery@users.noreply.github.com>2020-05-26 21:47:34 -0700
committerGitHub <noreply@github.com>2020-05-26 21:47:34 -0700
commitec4846cbf54956f11698115ade55ca82d67e0e4e (patch)
treee818bfd8d8853e7364a421084efdb4e1400eaa38 /ports/pegtl
parent01926a1eb1117052964959ef0d334812021a23fe (diff)
downloadvcpkg-ec4846cbf54956f11698115ade55ca82d67e0e4e.tar.gz
vcpkg-ec4846cbf54956f11698115ade55ca82d67e0e4e.zip
[pegtl/cppgraphqlgen] matching updates for dependency (#11531)
* [pegtl] Update to latest 3.0.0-pre commit * [cppgraphqlgen] Update to v3.2.2 (matches PEGTL)
Diffstat (limited to 'ports/pegtl')
-rw-r--r--ports/pegtl/CONTROL2
-rw-r--r--ports/pegtl/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/pegtl/CONTROL b/ports/pegtl/CONTROL
index a949e015d..be3e18fc5 100644
--- a/ports/pegtl/CONTROL
+++ b/ports/pegtl/CONTROL
@@ -1,4 +1,4 @@
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).
Homepage: https://github.com/taocpp/PEGTL
diff --git a/ports/pegtl/portfile.cmake b/ports/pegtl/portfile.cmake
index a9d4ff846..6735a36ef 100644
--- a/ports/pegtl/portfile.cmake
+++ b/ports/pegtl/portfile.cmake
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO taocpp/pegtl
- REF 83b6cdc717b68a3714e6c76e13dbc4a571b491c1
- SHA512 cc8b87c7ff486f6ddd3ef88fb23fbefd7196afd5fb9577a30d64e971ef43e85abd337068836a01229646c6d37820a8c45a01fd8427f0c3de65bec7aaf1169248
+ REF 70971f441d7611ba3905b5c0d5c8bf4338602ef2
+ SHA512 8ff0f06eaa59e547e4f00002d27241f99f06b398d7cd021c3b8475431d59234d0aa32fff8ce74faee3468c9fb542020326547a6d9cd7b98561b3bdd233a1e715
HEAD_REF master
)