diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-11-25 08:22:20 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-11-25 13:43:29 +0100 |
commit | fd71748f0db307dbff669efdb816ab5ee0311432 (patch) | |
tree | 10e08c3d61ac74a85091532ba95b1c20f91df0f8 | |
parent | 70f8b1d5d81e9fa68a62891f1daf4e1c3561b1eb (diff) | |
download | buildroot-fd71748f0db307dbff669efdb816ab5ee0311432.tar.gz buildroot-fd71748f0db307dbff669efdb816ab5ee0311432.zip |
grep: bump to version 2.21
Also add hash file.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/grep/grep.hash | 2 | ||||
-rw-r--r-- | package/grep/grep.mk | 2 |
2 files changed, 3 insertions, 1 deletions
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+ |