[pegtl] Update to 3.2.0 release (#15700)

* [pegtl] Update to 3.2.0 release

* Run x-add-version pegtl
This commit is contained in:
Bill Avery 2021-01-19 00:46:00 -08:00 committed by GitHub
parent a9a636c1a6
commit 16070fffea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -4457,7 +4457,7 @@
"port-version": 0
},
"pegtl": {
"baseline": "3.1.0",
"baseline": "3.2.0",
"port-version": 0
},
"pegtl-2": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e9d21ac506ea50664bb2c18b94f02faf3067fbc1",
"version-string": "3.2.0",
"port-version": 0
},
{
"git-tree": "d90ba3461a4253fee67f84ef2ca0232b21a4f24b",
"version-string": "3.1.0",

View File

@ -1,4 +1,4 @@
Source: pegtl
Version: 3.1.0
Version: 3.2.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

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO taocpp/pegtl
REF 3.1.0
SHA512 b142d60fab4e3ba39cefbf3569add33400f759e4539714f1164cd10ea869e312b2cd8bfa23dca9f012f8ae8574c84263f471950d6480d42c61be0057b67d4dfc
REF 3.2.0
SHA512 3ec457e37d87d95f3a89c550abbf611a1ce094c2f05f6d23086e70079a9cabddb4c75e9121e764ad1768845a39e62ab49ca658ffed0f09d0e9a0e36501a162ae
HEAD_REF master
)