[pegtl] Update to latest 3.0.0-pre commit (#10357)

This commit is contained in:
Bill Avery 2020-03-10 15:45:28 -07:00 committed by GitHub
parent fb87bc7d41
commit df3e7936fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
Source: pegtl
Version: 3.0.0-pre-697aaa0
Version: 3.0.0-pre-9d58962
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 697aaa06564c6ea9d13f95de081a2d2d46b39160
SHA512 453821966526569a2d1842ec0bebe6f65dee0241d6ab7d38255726243326356b6a972bf5ca58168e94f51dd87c74ce17fdefffd19fe67570fe9dc52f1f6a4f16
REF 9d58962818d69436384044e0a578239548f42a7b
SHA512 16f02bbdb9b601ea3c7ad3db29267bc7615aa6e5c6b3abf693c4e208e2236305cff1e2aa41b2caeb453f122f011ef56c57dd52be7258f95b21c6536482aa6a3d
HEAD_REF master
)