All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/enchant: bump to version 2.2.8
@ 2020-07-25 21:48 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2020-07-25 21:48 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=e90729b5b1391d2bde5b0813d8402cda4f0cd24a
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

- 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    | 2 +-
 package/enchant/enchant.hash | 5 ++---
 package/enchant/enchant.mk   | 5 +++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/package/enchant/Config.in b/package/enchant/Config.in
index 86b2fade8f..4a39d03f86 100644
--- a/package/enchant/Config.in
+++ b/package/enchant/Config.in
@@ -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
diff --git a/package/enchant/enchant.hash b/package/enchant/enchant.hash
index f5709f08ee..5485444519 100644
--- a/package/enchant/enchant.hash
+++ b/package/enchant/enchant.hash
@@ -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
diff --git a/package/enchant/enchant.mk b/package/enchant/enchant.mk
index 69402c1af7..4465b38885 100644
--- a/package/enchant/enchant.mk
+++ b/package/enchant/enchant.mk
@@ -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+

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-07-25 21:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-25 21:48 [Buildroot] [git commit] package/enchant: bump to version 2.2.8 Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.