From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH] patch: update to 2.7.5 Date: Thu, 18 Feb 2016 11:38:30 +0100 Message-ID: <1455791910-30806-1-git-send-email-lorenz.marcel@web.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4747279893792921200==" List-Id: --===============4747279893792921200== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit --- lfs/patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/patch b/lfs/patch index b5bd787..88adf25 100644 --- a/lfs/patch +++ b/lfs/patch @@ -24,7 +24,7 @@ include Config -VER = 2.7.1 +VER = 2.7.5 THISAPP = patch-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -53,7 +53,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = e9ae5393426d3ad783a300a338c09b72 +$(DL_FILE)_MD5 = e3da7940431633fb65a01b91d3b7a27a install : $(TARGET) -- 1.9.1 --===============4747279893792921200==--