From 7fd764dc5225e853e732cc091533dbaee6dc5419 Mon Sep 17 00:00:00 2001 From: Raihaan Shouhell Date: Mon, 31 Oct 2022 11:16:57 +0800 Subject: tools/ccache: update to 4.7.2 Release Notes: https://ccache.dev/releasenotes.html#_ccache_4_7_2 Signed-off-by: Raihaan Shouhell --- tools/ccache/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/ccache') diff --git a/tools/ccache/Makefile b/tools/ccache/Makefile index 4a009d9765..6d92c2f141 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.1 +PKG_VERSION:=4.7.2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/ccache/ccache/releases/download/v$(PKG_VERSION) -PKG_HASH:=04ccc746524cb7fb914ccdfc66e7c54504204afee0e270ac75e8f66196521b6d +PKG_HASH:=17ca75a577d49c1e4f2ac86d53126859de52b789cfe85dd532758518db114eaf include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/cmake.mk -- cgit v1.2.3