summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/pegtl/pegtl_3.2.6.bb (renamed from meta-oe/recipes-extended/pegtl/pegtl_3.2.5.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/pegtl/pegtl_3.2.5.bb b/meta-oe/recipes-extended/pegtl/pegtl_3.2.6.bb
index b4e0d17b37..7fb6850134 100644
--- a/meta-oe/recipes-extended/pegtl/pegtl_3.2.5.bb
+++ b/meta-oe/recipes-extended/pegtl/pegtl_3.2.6.bb
@@ -1,10 +1,10 @@
1DESCRIPTION="header-only library for creating parsers according to Parsing Expression Grammar" 1DESCRIPTION="header-only library for creating parsers according to Parsing Expression Grammar"
2HOMEPAGE="https://github.com/taocpp/PEGTL" 2HOMEPAGE="https://github.com/taocpp/PEGTL"
3LICENSE="MIT" 3LICENSE="MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=5b6701671289d12b7ffa69138832c006" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=dccf35ef30bf912bb07b01d469965293"
5 5
6SRC_URI = "git://github.com/taocpp/PEGTL.git;protocol=https;branch=3.x" 6SRC_URI = "git://github.com/taocpp/PEGTL.git;protocol=https;branch=3.x"
7SRCREV = "eeba7fa1180655bd683be620cc31be35607442ca" 7SRCREV = "464d866d8bbf4c8ddc5b67422d09b60ad3b918fc"
8 8
9inherit cmake 9inherit cmake
10 10