From d52bb0212c6206633dad4829870278710a9c0010 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 6 Feb 2024 15:00:23 +0800 Subject: [PATCH] cmark: upgrade 0.30.3 -> 0.31.0 Changelog: https://github.com/commonmark/cmark/releases/tag/0.31.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-support/cmark/{cmark_0.30.3.bb => cmark_0.31.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/cmark/{cmark_0.30.3.bb => cmark_0.31.0.bb} (89%) diff --git a/meta-oe/recipes-support/cmark/cmark_0.30.3.bb b/meta-oe/recipes-support/cmark/cmark_0.31.0.bb similarity index 89% rename from meta-oe/recipes-support/cmark/cmark_0.30.3.bb rename to meta-oe/recipes-support/cmark/cmark_0.31.0.bb index 6697dfe07f..ce8b4cd493 100644 --- a/meta-oe/recipes-support/cmark/cmark_0.30.3.bb +++ b/meta-oe/recipes-support/cmark/cmark_0.31.0.bb @@ -4,7 +4,7 @@ LICENSE = "BSD-2-Clause & MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=81f9cae6293cc0345a9144b78152ab62" SRC_URI = "git://github.com/commonmark/cmark.git;branch=master;protocol=https" -SRCREV = "5ba25ff40eba44c811f79ab6a792baf945b8307c" +SRCREV = "8fbf029685482827828b5858444157052f1b0a5f" S = "${WORKDIR}/git" inherit cmake lib_package