From c1c4a5e007db6178a9c7c85e11104d21a7535faf Mon Sep 17 00:00:00 2001 From: Raihaan Shouhell Date: Mon, 24 Oct 2022 01:01:25 +0800 Subject: tools/ccache: update to 4.7.1 Release Notes: https://ccache.dev/releasenotes.html#_ccache_4_7_1 Signed-off-by: Raihaan Shouhell --- 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 644aa3b5e8..4a009d9765 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:=4.7 +PKG_VERSION:=4.7.1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/ccache/ccache/releases/download/v$(PKG_VERSION) -PKG_HASH:=d9283bbe22085268f52d309b91adb81a77a7abe10867eb6852057910ffac736a +PKG_HASH:=04ccc746524cb7fb914ccdfc66e7c54504204afee0e270ac75e8f66196521b6d include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/cmake.mk -- cgit v1.2.3