[pegtl] Update to 3.2.2 (#21375)

* Update pegtl to 3.2.2

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
This commit is contained in:
chausner 2021-11-16 01:33:24 +01:00 committed by GitHub
parent 619081b327
commit bc920cd93c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO taocpp/pegtl
REF 3.2.1
SHA512 6297ADEA085BB3043A60C28EB3A868A7C2D203B351F907EA3FDC4EF34C63F87A5786AC7D297531F8B8C8C3414F5DDEF658A025A7BAE2515BDC750E974975F6FF
REF 3.2.2
SHA512 7ad055e38b362d6b90a49d5deb400948febfbcc30898e05548424bc758f38ffb3f69ca0db41e4480697f8916c90bdb3e48927a4db0caa7a20c8012b1a6d1fe08
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "pegtl",
"version-semver": "3.2.1",
"version-semver": "3.2.2",
"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",
"dependencies": [

View File

@ -5173,7 +5173,7 @@
"port-version": 0
},
"pegtl": {
"baseline": "3.2.1",
"baseline": "3.2.2",
"port-version": 0
},
"pegtl-2": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9e9bdd7c1860ebc540ca2df7ab8451e596dfff3a",
"version-semver": "3.2.2",
"port-version": 0
},
{
"git-tree": "4a95202decfce79a39190525dea1c3a135bf393f",
"version-semver": "3.2.1",