From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH] m4: update to 1.4.18 Date: Fri, 17 Mar 2017 16:23:13 +0100 Message-ID: <20170317152313.29779-1-marcel.lorenz@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7148129112685240508==" List-Id: --===============7148129112685240508== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Marcel Lorenz --- lfs/m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/m4 b/lfs/m4 index 932cb6d..55cc4c3 100644 --- a/lfs/m4 +++ b/lfs/m4 @@ -24,7 +24,7 @@ include Config -VER = 1.4.17 +VER = 1.4.18 THISAPP = m4-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -51,7 +51,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 12a3c829301a4fd6586a57d3fcf196dc +$(DL_FILE)_MD5 = 730bb15d96fffe47e148d1e09235af82 install : $(TARGET) -- 2.9.3 --===============7148129112685240508==--