From: Wang Mingyu Date: Tue, 20 Aug 2024 06:51:25 +0000 (+0800) Subject: enchant2: upgrade 2.8.1 -> 2.8.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10327c62e8d630a7cfd023f81e8e2af0d009d840;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git enchant2: upgrade 2.8.1 -> 2.8.2 Changelog: - fixes a crash when using Hspell to check Hebrew, when the application passes characters that cannot be mapped to ISO-8859-8. Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/enchant/enchant2_2.8.1.bb b/meta/recipes-support/enchant/enchant2_2.8.2.bb similarity index 91% rename from meta/recipes-support/enchant/enchant2_2.8.1.bb rename to meta/recipes-support/enchant/enchant2_2.8.2.bb index 825cf2e388c..f0da896e591 100644 --- a/meta/recipes-support/enchant/enchant2_2.8.1.bb +++ b/meta/recipes-support/enchant/enchant2_2.8.2.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] = "ff79de470b8eb16f53849dc49f2bce8ca4eb7decabfc1349716fe12616e52f4e" +SRC_URI[sha256sum] = "8f19535adb5577b83b00e02f330fe9b9eb40dd21f19e2899636fc4d3a7696375" GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases"