From: Wang Mingyu Date: Wed, 10 Sep 2025 09:16:13 +0000 (+0800) Subject: enchant2: upgrade 2.8.10 -> 2.8.12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dafd5c068a40e9c306a3b9baadbb6db0afe7463f;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git enchant2: upgrade 2.8.10 -> 2.8.12 Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/enchant/enchant2_2.8.10.bb b/meta/recipes-support/enchant/enchant2_2.8.12.bb similarity index 91% rename from meta/recipes-support/enchant/enchant2_2.8.10.bb rename to meta/recipes-support/enchant/enchant2_2.8.12.bb index e2965e9e10..84f0156bca 100644 --- a/meta/recipes-support/enchant/enchant2_2.8.10.bb +++ b/meta/recipes-support/enchant/enchant2_2.8.12.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] = "6db791265ace652c63a6d24f376f4c562b742284d70d3ccb9e1ce8be45b288c9" +SRC_URI[sha256sum] = "20e5fab2ca0f95ba9d1ef5052fe5b028e3e1d66d4cdea6b9adfcbd3e524c2a09" GITHUB_BASE_URI = "https://github.com/rrthomas/enchant/releases"