diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-03-11 09:04:55 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-03-13 23:16:11 +0100 |
commit | a9eee5d95fa66c6baf033bbd821dd5ae382bd2b7 (patch) | |
tree | 2dabd5fb475ea2cf864f96f9f1e0d72f5cd168d2 /package/grep | |
parent | ead386e8d39fa1ca1f00f5aa7959a7eedde00c87 (diff) | |
download | buildroot-a9eee5d95fa66c6baf033bbd821dd5ae382bd2b7.tar.gz buildroot-a9eee5d95fa66c6baf033bbd821dd5ae382bd2b7.zip |
grep: bump to version 2.24
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/grep')
-rw-r--r-- | package/grep/grep.hash | 2 | ||||
-rw-r--r-- | package/grep/grep.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/grep/grep.hash b/package/grep/grep.hash index 5c49da2a6a..ec8e45b0ef 100644 --- a/package/grep/grep.hash +++ b/package/grep/grep.hash @@ -1,2 +1,2 @@ # Locally calculated after checking signature -sha256 54fc478ee1ce17780109820ef30730c9e18715a949f7d5c6afc673adb2a56ecf grep-2.23.tar.xz +sha256 f248beb9098c5aab94d2fdd03b5a21d705e5ba8a3ce4d8c9f607a670498eec14 grep-2.24.tar.xz diff --git a/package/grep/grep.mk b/package/grep/grep.mk index 65ef469d89..527c17d692 100644 --- a/package/grep/grep.mk +++ b/package/grep/grep.mk @@ -4,7 +4,7 @@ # ################################################################################ -GREP_VERSION = 2.23 +GREP_VERSION = 2.24 GREP_SITE = $(BR2_GNU_MIRROR)/grep GREP_SOURCE = grep-$(GREP_VERSION).tar.xz GREP_LICENSE = GPLv3+ |