From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH] grep: update to 2.27 Date: Tue, 06 Jun 2017 10:52:00 +0200 Message-ID: <20170606085200.23770-1-marcel.lorenz@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8109062632579595841==" List-Id: --===============8109062632579595841== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Marcel Lorenz --- lfs/grep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/grep b/lfs/grep index 32a6748..5ac45c1 100644 --- a/lfs/grep +++ b/lfs/grep @@ -24,7 +24,7 @@ include Config -VER = 2.24 +VER = 2.27 THISAPP = grep-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -51,7 +51,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = f1c980134c04692a90078e87283074b6 +$(DL_FILE)_MD5 = 6138dd227c39d4a25f81eea76a44d4cb install : $(TARGET) -- 2.9.3 --===============8109062632579595841==--