This repository was archived by the owner on Apr 15, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ hunter_default_version(opentracing-cpp VERSION 1.5.0)
374374hunter_default_version (pcg VERSION 0.0.0-p1 )
375375hunter_default_version (pciaccess VERSION 0.13.4 )
376376hunter_default_version (pcre2 VERSION 10.13-p0 )
377- hunter_default_version (pegtl VERSION 2.8.0 )
377+ hunter_default_version (pegtl VERSION 2.8.1 )
378378
379379# pip packages
380380hunter_default_version (pip_GitPython VERSION 2.1.11 )
Original file line number Diff line number Diff line change @@ -7,6 +7,29 @@ include(hunter_download)
77include (hunter_pick_scheme )
88
99
10+ # master branch will be the next 3.x.x release in pegtl
11+ hunter_add_version (
12+ PACKAGE_NAME
13+ pegtl
14+ VERSION
15+ 3.0.0-697aaa06
16+ URL
17+ "https://github.com/taocpp/PEGTL/archive/697aaa06564c6ea9d13f95de081a2d2d46b39160.zip"
18+ SHA1
19+ 3b441aee41d1932809807ba27f30ca95602e322c
20+ )
21+
22+ hunter_add_version (
23+ PACKAGE_NAME
24+ pegtl
25+ VERSION
26+ 2.8.1
27+ URL
28+ "https://github.com/taocpp/PEGTL/archive/2.8.1.tar.gz"
29+ SHA1
30+ 50a8f7a24062794fb7caccc45ca7c635258595e3
31+ )
32+
1033hunter_add_version (
1134 PACKAGE_NAME
1235 pegtl
You can’t perform that action at this time.
0 commit comments