From c21da4dd936a8da187fa4a3251126e57a23f6727 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 12 May 2025 17:02:55 +0800 Subject: [PATCH] enchant2: upgrade 2.8.2 -> 2.8.4 Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- .../enchant/{enchant2_2.8.2.bb => enchant2_2.8.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/enchant/{enchant2_2.8.2.bb => enchant2_2.8.4.bb} (91%) diff --git a/meta/recipes-support/enchant/enchant2_2.8.2.bb b/meta/recipes-support/enchant/enchant2_2.8.4.bb similarity index 91% rename from meta/recipes-support/enchant/enchant2_2.8.2.bb rename to meta/recipes-support/enchant/enchant2_2.8.4.bb index e26fb640f4f..a5479a0e7d9 100644 --- a/meta/recipes-support/enchant/enchant2_2.8.2.bb +++ b/meta/recipes-support/enchant/enchant2_2.8.4.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] = "8f19535adb5577b83b00e02f330fe9b9eb40dd21f19e2899636fc4d3a7696375" +SRC_URI[sha256sum] = "e28f98208df5f99320d6a05cd49f83420bf71e69052debe3b343c9bb15c833ed" GITHUB_BASE_URI = "https://github.com/rrthomas/enchant/releases" -- 2.47.2