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-12 18:04:02 +0100
commit4b18cb954306ff1095d1df7b2c11778da9c8348f (patch)
tree98883c31ccd94d2fc7e7abd2ac46cc087c95e4fb
parent033fc2c00eb199a3d955c7848f34cbbbb29abfc3 (diff)
downloadpoky-4b18cb954306ff1095d1df7b2c11778da9c8348f.tar.gz
enchant2: upgrade 2.6.8 -> 2.6.9
Changelog: Implement user dictionary support for Hspell, Nuspell, Voikko (From OE-Core rev: 46944b52696687aa47f3493873a7bb70d222fc32) 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"
12inherit autotools pkgconfig github-releases 12inherit autotools pkgconfig github-releases
13 13
14SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz" 14SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz"
15SRC_URI[sha256sum] = "f565923062c77f3d58846f0558d21e6d07ca4a488c58812dfdefb35202fac7ae" 15SRC_URI[sha256sum] = "d9a5a10dc9b38a43b3a0fa22c76ed6ebb7e09eb535aff62954afcdbd40efff6b"
16 16
17GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases" 17GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases"
18 18