From d0c884358e5c2370e89bb1a42fa827fa78a59c25 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Fri, 02 Feb 2024 21:26:39 +0100
Subject: [PATCH] diffstat: update to 1.66

---
 components/text/diffstat/Makefile |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/components/text/diffstat/Makefile b/components/text/diffstat/Makefile
index 610ab6a..7c0377f 100644
--- a/components/text/diffstat/Makefile
+++ b/components/text/diffstat/Makefile
@@ -27,20 +27,21 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		diffstat
-COMPONENT_VERSION=	1.65
-COMPONENT_FMRI=		text/diffstat
+COMPONENT_VERSION=	1.66
 COMPONENT_SUMMARY=	A utility which provides statistics based on the output of diff
-COMPONENT_CLASSIFICATION= System/Text Tools
 COMPONENT_PROJECT_URL=	https://invisible-island.net/diffstat/
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tgz
-COMPONENT_ARCHIVE_HASH=	sha256:8cf27424926debcd85921755c3915559288244bd103f62d740dc6b83b557a28a
+COMPONENT_ARCHIVE_HASH=	sha256:f54531bbe32e8e0fa461f018b41e3af516b632080172f361f05e50367ecbb69e
 COMPONENT_ARCHIVE_URL=	https://invisible-mirror.net/archives/diffstat/$(COMPONENT_ARCHIVE)
+COMPONENT_FMRI=		text/diffstat
+COMPONENT_CLASSIFICATION= System/Text Tools
 COMPONENT_LICENSE=	MIT
+COMPONENT_LICENSE_FILE=	COPYING
 
 include $(WS_MAKE_RULES)/common.mk
 
-PATH=$(PATH.gnu)
+PATH= $(PATH.gnu)
 
 CFLAGS += $(CPP_LARGEFILES)
 CPPFLAGS += $(CPP_LARGEFILES)

--
Gitblit v1.9.3