From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sascha Kilian To: development@lists.ipfire.org Subject: [PATCH] Update: grep to 2.24 Date: Fri, 22 Apr 2016 09:11:30 +0000 Message-ID: <1461316290-7970-1-git-send-email-sascha@sakisoft.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8887024303876491717==" List-Id: --===============8887024303876491717== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Sascha Kilian --- lfs/grep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/grep b/lfs/grep index 9f3a38e..32a6748 100644 --- a/lfs/grep +++ b/lfs/grep @@ -24,7 +24,7 @@ include Config -VER = 2.23 +VER = 2.24 THISAPP = grep-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -51,7 +51,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = f46aa9d0d2577b9212a104348a286787 +$(DL_FILE)_MD5 = f1c980134c04692a90078e87283074b6 install : $(TARGET) -- 1.7.9.5 --===============8887024303876491717==--