From 898bab81206de602e5ef8043a11ed2fe3f1483ec Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Thu, 21 Sep 2023 14:31:29 +0200
Subject: [PATCH] gettext: update to 0.22.2

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

diff --git a/components/text/gettext/Makefile b/components/text/gettext/Makefile
index 9b86f20..18de48c 100644
--- a/components/text/gettext/Makefile
+++ b/components/text/gettext/Makefile
@@ -29,12 +29,12 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		gettext
-COMPONENT_VERSION=	0.22.1
+COMPONENT_VERSION=	0.22.2
 COMPONENT_SUMMARY=	GNU gettext - message handling utilities
 COMPONENT_PROJECT_URL=	https://www.gnu.org/software/gettext/
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.xz
-COMPONENT_ARCHIVE_HASH=	sha256:cee20630bd4a06b86a97078b64d598e2de606395c69b58b47faa230e326b9609
+COMPONENT_ARCHIVE_HASH=	sha256:4c82fbfe5e53d71a97c634aa98a898b9da807b08b27410f6a4641e8bb44dc4b2
 COMPONENT_ARCHIVE_URL=	https://ftp.gnu.org/pub/gnu/gettext/$(COMPONENT_ARCHIVE)
 COMPONENT_FMRI=		text/gnu-gettext
 COMPONENT_CLASSIFICATION=	Development/GNU

--
Gitblit v1.9.3