diff --git a/meta-oe/recipes-extended/pegtl/pegtl_3.2.5.bb b/meta-oe/recipes-extended/pegtl/pegtl_3.2.6.bb similarity index 70% rename from meta-oe/recipes-extended/pegtl/pegtl_3.2.5.bb rename to 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 @@ 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=5b6701671289d12b7ffa69138832c006" +LIC_FILES_CHKSUM = "file://LICENSE;md5=dccf35ef30bf912bb07b01d469965293" SRC_URI = "git://github.com/taocpp/PEGTL.git;protocol=https;branch=3.x" -SRCREV = "eeba7fa1180655bd683be620cc31be35607442ca" +SRCREV = "464d866d8bbf4c8ddc5b67422d09b60ad3b918fc" inherit cmake