aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Avery <wravery@users.noreply.github.com>2020-12-18 12:06:00 -0800
committerGitHub <noreply@github.com>2020-12-18 12:06:00 -0800
commitdd9826c3b654e0eafa182f97d0f12013e32d6c72 (patch)
tree6ab2913c660a7c581040de4fcf5e265dbdcb9394
parentfa8f120071cf978009d87b6112ce13f4b376579f (diff)
downloadvcpkg-dd9826c3b654e0eafa182f97d0f12013e32d6c72.tar.gz
vcpkg-dd9826c3b654e0eafa182f97d0f12013e32d6c72.zip
[pegtl] Update to release version 3.1.0 (#15186)
-rw-r--r--ports/pegtl/CONTROL2
-rw-r--r--ports/pegtl/portfile.cmake6
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/pegtl/CONTROL b/ports/pegtl/CONTROL
index 4fdc23ea3..5330daf1a 100644
--- a/ports/pegtl/CONTROL
+++ b/ports/pegtl/CONTROL
@@ -1,4 +1,4 @@
Source: pegtl
-Version: 2020-12-07
+Version: 3.1.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 cde203146..470ca9930 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 93b53c80058b2632a7260ab10ef2a06abcc0fc7f
- SHA512 83b198465bca60b95c670aa72681aed0448025b506c6f6a196446608eb47ee9d8828c51ac8735caa2b2ec1e53d6a13bd6ad287a4abb8690a570036b90918907a
+ REF 3.1.0
+ SHA512 b142d60fab4e3ba39cefbf3569add33400f759e4539714f1164cd10ea869e312b2cd8bfa23dca9f012f8ae8574c84263f471950d6480d42c61be0057b67d4dfc
HEAD_REF master
)
@@ -23,4 +23,4 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH share/pegtl/cmake)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug)
# Handle copyright
-file(RENAME ${CURRENT_PACKAGES_DIR}/share/pegtl/LICENSE ${CURRENT_PACKAGES_DIR}/share/pegtl/copyright)
+file(RENAME ${CURRENT_PACKAGES_DIR}/share/pegtl/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright)