]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/grep
core158: Ship ppp
[people/pmueller/ipfire-2.x.git] / lfs / grep
index 3c3d9769636f1ad89c6bdcaded9acfc08dc4cfb9..d19a6831b418153e4f7e494b6a4fa795109b6747 100644 (file)
--- a/lfs/grep
+++ b/lfs/grep
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2016  IPFire Team  <info@ipfire.org>                          #
+# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.27
+VER        = 3.6
 
 THISAPP    = grep-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,6 @@ else
   TARGET = $(DIR_INFO)/$(THISAPP)-tools
   EXTRA_CONFIG = --prefix=$(TOOLS_DIR) --disable-nls \
     --disable-perl-regexp --without-included-regex
-
 endif
 
 ###############################################################################
@@ -51,7 +50,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 6138dd227c39d4a25f81eea76a44d4cb
+$(DL_FILE)_MD5 = f47fe27049510b2249dba7f862ac1b51
 
 install : $(TARGET)