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

Commit efe4e7d

Browse files
authored
Merge pull request #1929 from Bjoe/pr.pegtl
Update pegtl package to version 2.8.1
2 parents 0413149 + 723536e commit efe4e7d

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

cmake/configs/default.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ hunter_default_version(opentracing-cpp VERSION 1.5.0)
374374
hunter_default_version(pcg VERSION 0.0.0-p1)
375375
hunter_default_version(pciaccess VERSION 0.13.4)
376376
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)
378378

379379
# pip packages
380380
hunter_default_version(pip_GitPython VERSION 2.1.11)

cmake/projects/pegtl/hunter.cmake

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,29 @@ include(hunter_download)
77
include(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+
1033
hunter_add_version(
1134
PACKAGE_NAME
1235
pegtl

0 commit comments

Comments
 (0)