From a6236e44fcd72e5b4bce0fca74598ad7fcddcd49 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Fri, 16 Feb 2024 19:40:26 +0800 Subject: [PATCH] enchant2: upgrade 2.6.5 -> 2.6.7 (From OE-Core rev: c2159b9c689454d24071331de088b990039799a8) Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- .../enchant/{enchant2_2.6.5.bb => enchant2_2.6.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/enchant/{enchant2_2.6.5.bb => enchant2_2.6.7.bb} (91%) diff --git a/meta/recipes-support/enchant/enchant2_2.6.5.bb b/meta/recipes-support/enchant/enchant2_2.6.7.bb similarity index 91% rename from meta/recipes-support/enchant/enchant2_2.6.5.bb rename to meta/recipes-support/enchant/enchant2_2.6.7.bb index 1d5c716bab..b31bdc422b 100644 --- a/meta/recipes-support/enchant/enchant2_2.6.5.bb +++ b/meta/recipes-support/enchant/enchant2_2.6.7.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] = "9e8fd28cb65a7b6da3545878a5c2f52a15f03c04933a5ff48db89fe86845728e" +SRC_URI[sha256sum] = "a1c2e5b59acca000bbfb24810af4a1165733d407f2154786588e076c8cd57bfc" GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases"