From d56170cedc316c9711da32dd15540df508146b4b Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Mon, 04 Dec 2023 07:29:01 +0100
Subject: [PATCH] enchant: update to 2.6.3

---
 components/text/enchant/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/text/enchant/Makefile b/components/text/enchant/Makefile
index c4785e6..c2ae8fa 100644
--- a/components/text/enchant/Makefile
+++ b/components/text/enchant/Makefile
@@ -17,11 +17,11 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME= enchant
-COMPONENT_VERSION= 2.6.2
+COMPONENT_VERSION= 2.6.3
 COMPONENT_SUMMARY= GNOME spell checker component
 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
-COMPONENT_ARCHIVE_HASH=	sha256:6686a728e56e760f8dee09a22f0fb53b46ee9dbe7d64cf9e5bb35a658bff7e1d
+COMPONENT_ARCHIVE_HASH=	sha256:c1c5719f2a597ce3e06c938cfb99fb697da093dea7b857cc004dc1dcf1bba182
 COMPONENT_ARCHIVE_URL=	https://github.com/AbiWord/enchant/releases/download/v$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
 COMPONENT_PROJECT_URL=	https://abiword.github.io/enchant/
 COMPONENT_FMRI=			library/spell-checking/enchant

--
Gitblit v1.9.3