summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-04-09 15:09:55 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-16 07:38:37 +0100
commit3505d631e2f52b03e52bc67a2094d2749c0e0e48 (patch)
treed2fd362ceee3e6698355a5bf30b6c7918b7b3e9a
parenta28405da8dad7e6222d7badaa3eda175e3df32c9 (diff)
downloadopenembedded-core-3505d631e2f52b03e52bc67a2094d2749c0e0e48.tar.gz
enchant2: upgrade 2.6.8 -> 2.6.9
Changelog: Implement user dictionary support for Hspell, Nuspell, Voikko Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/enchant/enchant2_2.6.9.bb (renamed from meta/recipes-support/enchant/enchant2_2.6.8.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/enchant/enchant2_2.6.8.bb b/meta/recipes-support/enchant/enchant2_2.6.9.bb
index e2bbe2eabf..aaf3525ad8 100644
--- a/meta/recipes-support/enchant/enchant2_2.6.8.bb
+++ b/meta/recipes-support/enchant/enchant2_2.6.9.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] = "f565923062c77f3d58846f0558d21e6d07ca4a488c58812dfdefb35202fac7ae"
+SRC_URI[sha256sum] = "d9a5a10dc9b38a43b3a0fa22c76ed6ebb7e09eb535aff62954afcdbd40efff6b"
GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases"