From: Raihaan Shouhell Date: Mon, 31 Oct 2022 03:16:57 +0000 (+0800) Subject: tools/ccache: update to 4.7.2 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=7fd764dc5225e853e732cc091533dbaee6dc5419;p=openwrt%2Fstaging%2Fdedeckeh.git tools/ccache: update to 4.7.2 Release Notes: https://ccache.dev/releasenotes.html#_ccache_4_7_2 Signed-off-by: Raihaan Shouhell --- 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