package/enchant: bump to version 2.2.8
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 25 Jul 2020 21:12:01 +0000 (23:12 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 25 Jul 2020 21:48:00 +0000 (23:48 +0200)
- 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>
package/enchant/Config.in
package/enchant/enchant.hash
package/enchant/enchant.mk

index 86b2fade8f8b7c58b0644311e989c58574653332..4a39d03f86ca20bbae8acf1b5b0859c7d4b8f1eb 100644 (file)
@@ -9,7 +9,7 @@ config BR2_PACKAGE_ENCHANT
          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
index f5709f08ee0c25816f6ce4524041af2efa8eee62..54854445196de243057a64a7ed80042d9feeaf50 100644 (file)
@@ -1,4 +1,3 @@
-# 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
index 69402c1af7a82d026a248bec4dfba2fc8c370b28..4465b38885679aa3ead54dab6b1c2a8883ae8f57 100644 (file)
@@ -4,8 +4,9 @@
 #
 ################################################################################
 
-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+