From: Tianling Shen Date: Mon, 28 Apr 2025 09:24:31 +0000 (+0800) Subject: perl-ack: Update to 3.8.2 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=24ef56349f18c11fbd75bf77d5405d04722b7516;p=feed%2Fpackages.git perl-ack: Update to 3.8.2 ack would always set a return code of 1 if -c was used. Now it properly returns 1 if no files match, and 0 if any files match. Signed-off-by: Tianling Shen (cherry picked from commit b6b9cd38fa4b28a3d0ddf5f2ca72c77deb712c98) --- diff --git a/lang/perl-ack/Makefile b/lang/perl-ack/Makefile index dce29ebd12..973c8ae586 100644 --- a/lang/perl-ack/Makefile +++ b/lang/perl-ack/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=perl-ack -PKG_VERSION:=3.8.0 +PKG_VERSION:=3.8.2 PKG_RELEASE:=1 PKG_SOURCE_URL:=http://www.cpan.org/authors/id/P/PE/PETDANCE/ PKG_SOURCE:=ack-v$(PKG_VERSION).tar.gz -PKG_HASH:=640b1a1b36ca15a4d1d1792f2a44e69aeae58391cf0d21fa8a29665a8895f718 +PKG_HASH:=a5239f5a2c12e0c7b4e432ffd7e936feef945a9621a41591c77d3b0cf458560b PKG_LICENSE:=Artistic-2.0 PKG_LICENSE_FILE:=LICENSE.md