From 4fef5e7fc725c8160336a0e0d15b0704611fd2d3 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 4 Jun 2025 16:44:42 +0800 Subject: [PATCH] enchant2: upgrade 2.8.4 -> 2.8.6 (From OE-Core rev: 861c8072698c97619888ca70528995b567c696ee) Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- .../enchant/{enchant2_2.8.4.bb => enchant2_2.8.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/enchant/{enchant2_2.8.4.bb => enchant2_2.8.6.bb} (91%) diff --git a/meta/recipes-support/enchant/enchant2_2.8.4.bb b/meta/recipes-support/enchant/enchant2_2.8.6.bb similarity index 91% rename from meta/recipes-support/enchant/enchant2_2.8.4.bb rename to meta/recipes-support/enchant/enchant2_2.8.6.bb index a5479a0e7d..66de313d9d 100644 --- a/meta/recipes-support/enchant/enchant2_2.8.4.bb +++ b/meta/recipes-support/enchant/enchant2_2.8.6.bb @@ -12,7 +12,7 @@ DEPENDS = "glib-2.0 groff-native" inherit autotools pkgconfig github-releases SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz" -SRC_URI[sha256sum] = "e28f98208df5f99320d6a05cd49f83420bf71e69052debe3b343c9bb15c833ed" +SRC_URI[sha256sum] = "c4cd0889d8aff8248fc3913de5a83907013962f0e1895030a3836468cd40af5b" GITHUB_BASE_URI = "https://github.com/rrthomas/enchant/releases"