From 3f5cf3872d078ca50849e08db3890718624bd0fb Mon Sep 17 00:00:00 2001 From: DENG Qingfang Date: Sun, 24 Nov 2019 20:27:53 +0800 Subject: ccache: update to 3.7.6 Update ccache to 3.7.6 Release notes: https://ccache.dev/releasenotes.html#_ccache_3_7_6 Signed-off-by: DENG Qingfang --- tools/ccache/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/ccache/Makefile') diff --git a/tools/ccache/Makefile b/tools/ccache/Makefile index a29474c02b..50a1a412a8 100644 --- a/tools/ccache/Makefile +++ b/tools/ccache/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/target.mk PKG_NAME:=ccache -PKG_VERSION:=3.7.4 +PKG_VERSION:=3.7.6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/ccache/ccache/releases/download/v$(PKG_VERSION) -PKG_HASH:=04c0af414b8cf89e541daed59735547fbfd323b1aaa983da0216f6b6731e6836 +PKG_HASH:=73e2633ac9bca387b5a39c72a8f85634670c4091dab639228c433898163c86c0 include $(INCLUDE_DIR)/host-build.mk -- cgit v1.2.3