From bce8e4236ea114ae7c50cc6eddb364a98683bfa5 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Tue, 12 Dec 2023 21:09:07 +0100
Subject: [PATCH] enchant: update to 2.6.4

---
 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 c2ae8fa..86fbde8 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.3
+COMPONENT_VERSION= 2.6.4
 COMPONENT_SUMMARY= GNOME spell checker component
 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
-COMPONENT_ARCHIVE_HASH=	sha256:c1c5719f2a597ce3e06c938cfb99fb697da093dea7b857cc004dc1dcf1bba182
+COMPONENT_ARCHIVE_HASH=	sha256:833b4d5600dbe9ac867e543aac6a7a40ad145351495ca41223d4499d3ddbbd2c
 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