From 8722dc9f887e5073c972379e3cb27cca754c9c37 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Wed, 12 Nov 2025 01:32:38 +0800 Subject: [PATCH] perl-ack: Update to 3.9.0 v3.9.0 Mon May 26 15:02:57 CDT 2025 ======================================== The --not option can be used with either --and or --or. The -g option can now use any of the boolean options, --and, --or or --not. [FIXES] When using --output='$f', the filename would be colorized in the output line, but should not have been. This has been fixed. Thanks, Dabrien 'Dabe' Murphy. (GH #350) Signed-off-by: Tianling Shen --- lang/perl/perl-ack/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/perl/perl-ack/Makefile b/lang/perl/perl-ack/Makefile index 2f393d7aa5..e55ba850ea 100644 --- a/lang/perl/perl-ack/Makefile +++ b/lang/perl/perl-ack/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=perl-ack -PKG_VERSION:=3.8.2 +PKG_VERSION:=3.9.0 PKG_RELEASE:=1 PKG_SOURCE_URL:=https://www.cpan.org/authors/id/P/PE/PETDANCE/ PKG_SOURCE:=ack-v$(PKG_VERSION).tar.gz -PKG_HASH:=a5239f5a2c12e0c7b4e432ffd7e936feef945a9621a41591c77d3b0cf458560b +PKG_HASH:=94ed477e3b3f94d126cec7329f0e8399f1d0ce82c7c4d882a94adb150e7ffc90 PKG_LICENSE:=Artistic-2.0 PKG_LICENSE_FILE:=LICENSE.md -- 2.30.2