aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/pegtl/pegtl_2.8.2.bb (renamed from meta-oe/recipes-extended/pegtl/pegtl_2.8.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/pegtl/pegtl_2.8.1.bb b/meta-oe/recipes-extended/pegtl/pegtl_2.8.2.bb
index 7333363ecd..42aa655b24 100644
--- a/meta-oe/recipes-extended/pegtl/pegtl_2.8.1.bb
+++ b/meta-oe/recipes-extended/pegtl/pegtl_2.8.2.bb
@@ -1,9 +1,9 @@
DESCRIPTION="header-only library for creating parsers according to Parsing Expression Grammar"
HOMEPAGE="https://github.com/taocpp/PEGTL"
LICENSE="MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=ae77b0d903a788cb48f4f0926ffc468b"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=6a5195f720a8d436a4148e0cb8660400"
-SRCREV = "7aff80da2ca4fcb0b47f32ba684ff2e1cd48c579"
+SRCREV = "ede3ce17aef7da27648b195dc77814cb1d3c313d"
SRC_URI = "git://github.com/taocpp/PEGTL.git;protocol=https;branch=2.x \
"