From 9dc6723a0a677ad84f8bc40679d963bcf8704f71 Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Sun, 31 Jan 2016 14:44:05 +0100 Subject: [PATCH] sed: Update to 4.2.2 Signed-off-by: Matthias Fischer Signed-off-by: Michael Tremer --- lfs/sed | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/sed b/lfs/sed index 8904fd4290..77eba0bc63 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) -- 2.39.2