From 3534ad509882635cb30b28ed28ac8274e14445b2 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 25 Aug 2011 11:29:11 +0200 Subject: [PATCH] ccache: update to 3.1.6. --- lfs/ccache | 4 ++-- ...piler_mtime.patch => ccache-3.1.6-no_compiler_mtime.patch} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename src/patches/{ccache-3.1-no_compiler_mtime.patch => ccache-3.1.6-no_compiler_mtime.patch} (100%) diff --git a/lfs/ccache b/lfs/ccache index 24073209d4..6ae52330ac 100644 --- a/lfs/ccache +++ b/lfs/ccache @@ -24,7 +24,7 @@ include Config -VER = 3.1 +VER = 3.1.6 THISAPP = ccache-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 7961852e1e36f11559039c32142f58df +$(DL_FILE)_MD5 = 343dc9b642e1d2af1e6bd8e474dde92e install : $(TARGET) diff --git a/src/patches/ccache-3.1-no_compiler_mtime.patch b/src/patches/ccache-3.1.6-no_compiler_mtime.patch similarity index 100% rename from src/patches/ccache-3.1-no_compiler_mtime.patch rename to src/patches/ccache-3.1.6-no_compiler_mtime.patch -- 2.39.5