From c5de32febb3886efc815d18d859e95a63d626b2a Mon Sep 17 00:00:00 2001 From: Bill Avery Date: Sun, 6 Dec 2020 12:19:20 -0800 Subject: [PATCH 1/3] [pegtl] Update to 3.0.0 release --- ports/pegtl/CONTROL | 2 +- ports/pegtl/portfile.cmake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ports/pegtl/CONTROL b/ports/pegtl/CONTROL index be3e18fc5e406f..00a44ac4848c1d 100644 --- a/ports/pegtl/CONTROL +++ b/ports/pegtl/CONTROL @@ -1,4 +1,4 @@ Source: pegtl -Version: 3.0.0-pre-70971f4 +Version: 3.0.0 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 6735a36efd0341..9b4b988170536e 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 70971f441d7611ba3905b5c0d5c8bf4338602ef2 - SHA512 8ff0f06eaa59e547e4f00002d27241f99f06b398d7cd021c3b8475431d59234d0aa32fff8ce74faee3468c9fb542020326547a6d9cd7b98561b3bdd233a1e715 + REF cd8a20004471b9764b50d304fb9f151588d38d5e + SHA512 70063d536c51ddef4382e8dd2189838638c0191a49d689e61fe944e3f974dd56b1846e5d6588dd175e66c9eaf12b67f872b708b3a0a1df3a82a079963422e761 HEAD_REF master ) From 5f652f809eb258ef4ca1e2b4835bc7f3bd65d2ec Mon Sep 17 00:00:00 2001 From: Bill Avery Date: Sun, 6 Dec 2020 12:49:09 -0800 Subject: [PATCH 2/3] Pull in most recent changes for inline fix --- ports/pegtl/portfile.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/pegtl/portfile.cmake b/ports/pegtl/portfile.cmake index 9b4b988170536e..cde2031469b9ba 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 cd8a20004471b9764b50d304fb9f151588d38d5e - SHA512 70063d536c51ddef4382e8dd2189838638c0191a49d689e61fe944e3f974dd56b1846e5d6588dd175e66c9eaf12b67f872b708b3a0a1df3a82a079963422e761 + REF 93b53c80058b2632a7260ab10ef2a06abcc0fc7f + SHA512 83b198465bca60b95c670aa72681aed0448025b506c6f6a196446608eb47ee9d8828c51ac8735caa2b2ec1e53d6a13bd6ad287a4abb8690a570036b90918907a HEAD_REF master ) From aeae1032173564d7bda1a72e166892dd2afd6cbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jack=C2=B7Boos=C2=B7Yu?= <47264268+JackBoosY@users.noreply.github.com> Date: Sun, 6 Dec 2020 18:50:32 -0800 Subject: [PATCH 3/3] Update ports/pegtl/CONTROL --- ports/pegtl/CONTROL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/pegtl/CONTROL b/ports/pegtl/CONTROL index 00a44ac4848c1d..4fdc23ea38b9c6 100644 --- a/ports/pegtl/CONTROL +++ b/ports/pegtl/CONTROL @@ -1,4 +1,4 @@ Source: pegtl -Version: 3.0.0 +Version: 2020-12-07 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