mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-24 13:23:26 +08:00
package/enchant: bump to version 2.2.8
- Update site to get latest version
- Update hash of COPYING.LIB (update in FSF address with
adcb08292d
)
- 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>
This commit is contained in:
parent
4211ca8f70
commit
e90729b5b1
@ -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
|
||||
|
@ -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
|
||||
|
@ -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+
|
||||
|
Loading…
Reference in New Issue
Block a user