diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-02-05 09:49:38 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-05 21:47:51 +0100 |
| commit | 59cbadbaf7836cb4d2949463a9281a21782df167 (patch) | |
| tree | bbb6bb1d6a268aaad2e613d8f65ba3cb1e31327e | |
| parent | e7ef2232e59766ab014be6144e0796db683cb571 (diff) | |
| download | buildroot-59cbadbaf7836cb4d2949463a9281a21782df167.tar.gz buildroot-59cbadbaf7836cb4d2949463a9281a21782df167.zip | |
grep: bump to version 2.23
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -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 4019db16b4..5c49da2a6a 100644 --- a/package/grep/grep.hash +++ b/package/grep/grep.hash @@ -1,2 +1,2 @@ # Locally calculated after checking signature -sha256 ca91d22f017bfcb503d4bc3b44295491c89a33a3df0c3d8b8614f2d3831836eb grep-2.22.tar.xz +sha256 54fc478ee1ce17780109820ef30730c9e18715a949f7d5c6afc673adb2a56ecf grep-2.23.tar.xz diff --git a/package/grep/grep.mk b/package/grep/grep.mk index 447ed65743..65ef469d89 100644 --- a/package/grep/grep.mk +++ b/package/grep/grep.mk @@ -4,7 +4,7 @@ # ################################################################################ -GREP_VERSION = 2.22 +GREP_VERSION = 2.23 GREP_SITE = $(BR2_GNU_MIRROR)/grep GREP_SOURCE = grep-$(GREP_VERSION).tar.xz GREP_LICENSE = GPLv3+ |

