From e65224631fc92ef528b65076a2d38c125df9d355 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Sun, 31 Mar 2024 10:57:26 +0200
Subject: [PATCH] tig: update to 2.5.9

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

diff --git a/components/developer/tig/Makefile b/components/developer/tig/Makefile
index 9157f1e..a1506a9 100644
--- a/components/developer/tig/Makefile
+++ b/components/developer/tig/Makefile
@@ -18,13 +18,13 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		tig
-COMPONENT_VERSION=	2.5.8
+COMPONENT_VERSION=	2.5.9
 COMPONENT_SUMMARY=	Text-mode interface for git
 COMPONENT_DESCRIPTION=	Tig is an ncurses-based text-mode interface for git. It functions mainly as a Git repository browser, but can also assist in staging changes for commit at chunk level and act as a pager for output from various Git commands.
 COMPONENT_PROJECT_URL=	https://jonas.github.io/$(COMPONENT_NAME)
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
-COMPONENT_ARCHIVE_HASH= sha256:b70e0a42aed74a4a3990ccfe35262305917175e3164330c0889bd70580406391
+COMPONENT_ARCHIVE_HASH= sha256:0cb4d9e3de00dc92aaa7996e1517845bd9b9a0d4368f3206f618d813e8db8b39
 COMPONENT_ARCHIVE_URL=	https://github.com/jonas/$(COMPONENT_NAME)/releases/download/$(COMPONENT_SRC)/$(COMPONENT_ARCHIVE)
 COMPONENT_FMRI=		developer/versioning/tig
 COMPONENT_CLASSIFICATION= Development/Source Code Management

--
Gitblit v1.9.3