- Update site to get latest version
- Update hash of COPYING.LIB (update in FSF address with
https://github.com/AbiWord/enchant/commit/
adcb08292d4650a1c258f9b02c53cf1e26b47185)
- Update indentation in hash file (two spaces)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Enchant is a spell-checking library that provides a consistent
API across a number of spell-checking system backends.
- http://www.abisource.com/projects/enchant/
+ https://abiword.github.io/enchant/
comment "enchant needs a toolchain w/ C++, threads, wchar"
depends on BR2_USE_MMU
-# From http://www.abisource.com/downloads/enchant/1.6.0/MD5SUM
-md5 de11011aff801dc61042828041fb59c7 enchant-1.6.0.tar.gz
# locally computed
-sha256 d0db934167997c8b8c863af297b3653aa98500bca0a7c05e9c6ec0dabf4f67d4 COPYING.LIB
+sha256 c7b5e2853f0dd0b1aafea2f9e071941affeec3a76df8e3f6d67a718c89293555 enchant-2.2.8.tar.gz
+sha256 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b COPYING.LIB
#
################################################################################
-ENCHANT_VERSION = 1.6.0
-ENCHANT_SITE = http://www.abisource.com/downloads/enchant/$(ENCHANT_VERSION)
+ENCHANT_VERSION = 2.2.8
+ENCHANT_SITE = \
+ https://github.com/AbiWord/enchant/releases/download/v$(ENCHANT_VERSION)
ENCHANT_INSTALL_STAGING = YES
ENCHANT_DEPENDENCIES = libglib2 host-pkgconf
ENCHANT_LICENSE = LGPL-2.1+