From af87209c50b8970c839d1d4c9c7a3286aeb51347 Mon Sep 17 00:00:00 2001 From: Bill Avery Date: Mon, 7 Dec 2020 08:25:38 -0800 Subject: [PATCH] [pegtl] Update to 3.0.0 release (#14841) --- 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 be3e18fc5e..4fdc23ea38 100644 --- a/ports/pegtl/CONTROL +++ b/ports/pegtl/CONTROL @@ -1,4 +1,4 @@ Source: pegtl -Version: 3.0.0-pre-70971f4 +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 diff --git a/ports/pegtl/portfile.cmake b/ports/pegtl/portfile.cmake index 6735a36efd..cde2031469 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 93b53c80058b2632a7260ab10ef2a06abcc0fc7f + SHA512 83b198465bca60b95c670aa72681aed0448025b506c6f6a196446608eb47ee9d8828c51ac8735caa2b2ec1e53d6a13bd6ad287a4abb8690a570036b90918907a HEAD_REF master )