Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org --- lfs/sed | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lfs/sed b/lfs/sed index 8904fd4..77eba0b 100644 --- a/lfs/sed +++ b/lfs/sed @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2016 Michael Tremer & Christian Schmidt # # # # 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 = 4.2.1 +VER = 4.2.2
THISAPP = sed-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -53,7 +53,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = f0fd4d7da574d4707e442285fd2d3b86 +$(DL_FILE)_MD5 = 4111de4faa3b9848a0686b2f260c5056
install : $(TARGET)