Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1929 from Bjoe/pr.pegtl
Browse files Browse the repository at this point in the history
Update pegtl package to version 2.8.1
  • Loading branch information
ruslo authored Aug 10, 2019
2 parents 0413149 + 723536e commit efe4e7d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ hunter_default_version(opentracing-cpp VERSION 1.5.0)
hunter_default_version(pcg VERSION 0.0.0-p1)
hunter_default_version(pciaccess VERSION 0.13.4)
hunter_default_version(pcre2 VERSION 10.13-p0)
hunter_default_version(pegtl VERSION 2.8.0)
hunter_default_version(pegtl VERSION 2.8.1)

# pip packages
hunter_default_version(pip_GitPython VERSION 2.1.11)
Expand Down
23 changes: 23 additions & 0 deletions cmake/projects/pegtl/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,29 @@ include(hunter_download)
include(hunter_pick_scheme)


# master branch will be the next 3.x.x release in pegtl
hunter_add_version(
PACKAGE_NAME
pegtl
VERSION
3.0.0-697aaa06
URL
"https://github.com/taocpp/PEGTL/archive/697aaa06564c6ea9d13f95de081a2d2d46b39160.zip"
SHA1
3b441aee41d1932809807ba27f30ca95602e322c
)

hunter_add_version(
PACKAGE_NAME
pegtl
VERSION
2.8.1
URL
"https://github.com/taocpp/PEGTL/archive/2.8.1.tar.gz"
SHA1
50a8f7a24062794fb7caccc45ca7c635258595e3
)

hunter_add_version(
PACKAGE_NAME
pegtl
Expand Down

0 comments on commit efe4e7d

Please sign in to comment.