diff options
Diffstat (limited to 'ports/pegtl-2')
| -rw-r--r-- | ports/pegtl-2/CONTROL | 2 | ||||
| -rw-r--r-- | ports/pegtl-2/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/pegtl-2/CONTROL b/ports/pegtl-2/CONTROL index 842c9080f..3ff09b8df 100644 --- a/ports/pegtl-2/CONTROL +++ b/ports/pegtl-2/CONTROL @@ -1,4 +1,4 @@ Source: pegtl-2
-Version: 2.8.1-1
+Version: 2.8.3 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). This version maintains compatibility with C++11.
Homepage: https://github.com/taocpp/PEGTL
\ No newline at end of file diff --git a/ports/pegtl-2/portfile.cmake b/ports/pegtl-2/portfile.cmake index 5eedd0c40..554f50c5c 100644 --- a/ports/pegtl-2/portfile.cmake +++ b/ports/pegtl-2/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO taocpp/pegtl
- REF 2.8.1
- SHA512 7a8f6829123fbbd5a0ef1c8ef2c72bdae48576ef94056a1dff7914e4bb85caac1df02839131ea5cfb4131c8902addeca92df48fe7dd5815bdf5cb35759dace49
+ REF 47e878ad4fd72c91253c9d47b6f17e001ca2dfcf # 2.8.3 + SHA512 c7761e36dd28914d89a2d5e2a5ce5ea84bab50b7f7ad235b18dbeca41a675503b00b0fe152247515f81ec380f3c68cf827e667cb3b9a7e34c6d2f5dd60fb4106
HEAD_REF master
)
|
