From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH] ccache: update to 3.2.4 (last bugfix release) Date: Mon, 07 Mar 2016 15:36:15 +0100 Message-ID: <1457361375-29959-1-git-send-email-marcel.lorenz@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6089321007310023255==" List-Id: --===============6089321007310023255== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Marcel Lorenz --- lfs/ccache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/ccache b/lfs/ccache index 682f499..19a968e 100644 --- a/lfs/ccache +++ b/lfs/ccache @@ -24,7 +24,7 @@ include Config -VER = 3.2.3 +VER = 3.2.4 THISAPP = ccache-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -49,7 +49,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 608c78632086a4a051514722d6067a7b +$(DL_FILE)_MD5 = 1781eec25073765828b874004d944c53 install : $(TARGET) -- 1.9.1 --===============6089321007310023255==--