From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH] file: update to 5.30 Date: Wed, 22 Mar 2017 12:41:55 +0100 Message-ID: <20170322114155.11316-1-marcel.lorenz@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1205787083153552055==" List-Id: --===============1205787083153552055== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Marcel Lorenz --- lfs/file | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/file b/lfs/file index 41eabd2..886e50d 100644 --- a/lfs/file +++ b/lfs/file @@ -24,7 +24,7 @@ include Config -VER = 5.28 +VER = 5.30 THISAPP = file-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 3f7771424aa855f32094b49571e19b33 +$(DL_FILE)_MD5 = f35eaf05489ae566eafc4d26bb1dcd90 install : $(TARGET) -- 2.9.3 --===============1205787083153552055==--