From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] wget: Update to 1.19.1 Date: Tue, 14 Feb 2017 18:45:43 +0100 Message-ID: <20170214174543.1581-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7058692330346369976==" List-Id: --===============7058692330346369976== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Matthias Fischer --- lfs/wget | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/wget b/lfs/wget index baf4df069..8d3d13c27 100644 --- a/lfs/wget +++ b/lfs/wget @@ -24,7 +24,7 @@ include Config -VER = 1.19 +VER = 1.19.1 THISAPP = wget-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 1814393c5955a6148ff6d82c4a9e3c21 +$(DL_FILE)_MD5 = d30d82186b93fcabb4116ff513bfa9bd install : $(TARGET) -- 2.11.0 --===============7058692330346369976==--