From c52d8f70d41ca0d536c7a8266e67ed6633c69680 Mon Sep 17 00:00:00 2001 From: Bill Avery Date: Tue, 21 Apr 2020 13:25:39 -0700 Subject: [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 --- ports/pegtl/CONTROL | 3 ++- ports/pegtl/portfile.cmake | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ports/pegtl/CONTROL b/ports/pegtl/CONTROL index 3ef0f459b..a949e015d 100644 --- a/ports/pegtl/CONTROL +++ b/ports/pegtl/CONTROL @@ -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 diff --git a/ports/pegtl/portfile.cmake b/ports/pegtl/portfile.cmake index 3fc6362ee..0ff90c470 100644 --- a/ports/pegtl/portfile.cmake +++ b/ports/pegtl/portfile.cmake @@ -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 ) -- cgit v1.2.3