mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +08:00
[pegtl] Update to latest commit from 4/5/2020 (#10870)
* [pegtl] Update to latest commit from 4/5/2020 * Add PEGTL homepage to CONTROL file * Fix missing newline
This commit is contained in:
parent
fb59609d9b
commit
c52d8f70d4
@ -1,3 +1,4 @@
|
||||
Source: pegtl
|
||||
Version: 3.0.0-pre-9d58962
|
||||
Version: 3.0.0-pre-83b6cdc
|
||||
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
|
||||
|
@ -2,8 +2,8 @@ include(vcpkg_common_functions)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO taocpp/pegtl
|
||||
REF 9d58962818d69436384044e0a578239548f42a7b
|
||||
SHA512 16f02bbdb9b601ea3c7ad3db29267bc7615aa6e5c6b3abf693c4e208e2236305cff1e2aa41b2caeb453f122f011ef56c57dd52be7258f95b21c6536482aa6a3d
|
||||
REF 83b6cdc717b68a3714e6c76e13dbc4a571b491c1
|
||||
SHA512 cc8b87c7ff486f6ddd3ef88fb23fbefd7196afd5fb9577a30d64e971ef43e85abd337068836a01229646c6d37820a8c45a01fd8427f0c3de65bec7aaf1169248
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user