summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-08-20 14:51:25 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-08-21 21:51:49 +0100
commit38ef41edd825586fa2e9a75b23748334297bb34e (patch)
tree2854df0351dfe8fa3ac55445434f5f0b3095871d
parente6fe568f79116c96c7fe2ce85fdbe9de0837f7d6 (diff)
downloadpoky-38ef41edd825586fa2e9a75b23748334297bb34e.tar.gz
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. (From OE-Core rev: 10327c62e8d630a7cfd023f81e8e2af0d009d840) 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.8.2.bb (renamed from meta/recipes-support/enchant/enchant2_2.8.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/enchant/enchant2_2.8.1.bb b/meta/recipes-support/enchant/enchant2_2.8.2.bb
index 825cf2e388..f0da896e59 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"
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] = "ff79de470b8eb16f53849dc49f2bce8ca4eb7decabfc1349716fe12616e52f4e" 15SRC_URI[sha256sum] = "8f19535adb5577b83b00e02f330fe9b9eb40dd21f19e2899636fc4d3a7696375"
16 16
17GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases" 17GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases"
18 18