From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] squid: Update to 4.10 Date: Sat, 25 Jan 2020 19:51:28 +0100 Message-ID: <20200125185128.24087-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8235835486574455158==" List-Id: --===============8235835486574455158== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit For details see: http://www.squid-cache.org/Versions/v4/changesets/ Signed-off-by: Matthias Fischer --- lfs/squid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/squid b/lfs/squid index 9801c153b..8553d7113 100644 --- a/lfs/squid +++ b/lfs/squid @@ -24,7 +24,7 @@ include Config -VER = 4.9 +VER = 4.10 THISAPP = squid-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -46,7 +46,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 5c2e335dd1e8ced9dda6e0e11894b344 +$(DL_FILE)_MD5 = af7ac6e70f9bd03ae4fcec0c9b99c38a install : $(TARGET) -- 2.18.0 --===============8235835486574455158==--