From: Gustavo Zacarias Date: Tue, 25 Nov 2014 11:22:20 +0000 (-0300) Subject: grep: bump to version 2.21 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fd71748f0db307dbff669efdb816ab5ee0311432;p=buildroot.git grep: bump to version 2.21 Also add hash file. Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/grep/grep.hash b/package/grep/grep.hash new file mode 100644 index 0000000000..d27a26a372 --- /dev/null +++ b/package/grep/grep.hash @@ -0,0 +1,2 @@ +# Locally calculated after checking signature +sha256 5244a11c00dee8e7e5e714b9aaa053ac6cbfa27e104abee20d3c778e4bb0e5de grep-2.21.tar.xz diff --git a/package/grep/grep.mk b/package/grep/grep.mk index 2c2477c882..80f6e71efb 100644 --- a/package/grep/grep.mk +++ b/package/grep/grep.mk @@ -4,7 +4,7 @@ # ################################################################################ -GREP_VERSION = 2.20 +GREP_VERSION = 2.21 GREP_SITE = $(BR2_GNU_MIRROR)/grep GREP_SOURCE = grep-$(GREP_VERSION).tar.xz GREP_LICENSE = GPLv3+