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 <cnsztl@immortalwrt.org>
(cherry picked from commit b6b9cd38fa
)
This commit is contained in:
parent
bfcd45bcb4
commit
24ef56349f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue