This repository was archived by the owner on Apr 15, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ hunter_default_version(opentracing-cpp VERSION 1.5.0)
374
374
hunter_default_version (pcg VERSION 0.0.0-p1 )
375
375
hunter_default_version (pciaccess VERSION 0.13.4 )
376
376
hunter_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 )
378
378
379
379
# pip packages
380
380
hunter_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)
7
7
include (hunter_pick_scheme )
8
8
9
9
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
+
10
33
hunter_add_version (
11
34
PACKAGE_NAME
12
35
pegtl
You can’t perform that action at this time.
0 commit comments