aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2022-08-24 10:57:35 +0200
committerChristian Marangi <ansuelsmth@gmail.com>2022-09-27 18:22:30 +0200
commitac61cf596cc4cdfb93981361b093c1d97e4a1b96 (patch)
tree96fc0fb3185e04a5f0e40e864e9ca017bfa023a4 /tools
parent2e87e24e43c49565e23643eb6eceef8455434647 (diff)
downloadupstream-ac61cf596cc4cdfb93981361b093c1d97e4a1b96.tar.gz
upstream-ac61cf596cc4cdfb93981361b093c1d97e4a1b96.tar.bz2
upstream-ac61cf596cc4cdfb93981361b093c1d97e4a1b96.zip
tools/ccache: update to 4.6.2
Release notes: https://ccache.dev/releasenotes.html#_ccache_4_6_2 Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/ccache/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ccache/Makefile b/tools/ccache/Makefile
index 9d03a6e82c..8c95fc6a50 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.6.1
+PKG_VERSION:=4.6.2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/ccache/ccache/releases/download/v$(PKG_VERSION)
-PKG_HASH:=e5d47bd3cbb504ada864124690e7c0d28ecb1f9aeac22a9976025aed9633f3d1
+PKG_HASH:=789a2435d7fde2eaef5ec7b3ecf2366e546f764253e9999fdf008d2dd7f3b10c
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/cmake.mk