From cb0969580b75480f1829cee8e0057b27ea23d395 Mon Sep 17 00:00:00 2001 From: Marcel Lorenz Date: Tue, 6 Jun 2017 09:22:09 +0200 Subject: [PATCH 1/1] ccache: update to 3.3.4 https://ccache.samba.org/releasenotes.html#_ccache_3_3_4 Signed-off-by: Marcel Lorenz Signed-off-by: Michael Tremer --- lfs/ccache | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/ccache b/lfs/ccache index 9fbb728226..43f4df70ec 100644 --- a/lfs/ccache +++ b/lfs/ccache @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2016 IPFire Team # +# Copyright (C) 2007-2017 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 3.2.3 +VER = 3.3.4 THISAPP = ccache-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 608c78632086a4a051514722d6067a7b +$(DL_FILE)_MD5 = 95ab3c56284129cc2a32460c23069516 install : $(TARGET) -- 2.39.2