summaryrefslogtreecommitdiffstats
path: root/tools/ccache
diff options
context:
space:
mode:
authorLinhui Liu <liulinhui36@gmail.com>2023-05-20 13:45:19 +0800
committerNick Hainke <vincent@systemli.org>2023-05-20 22:12:06 +0200
commit3f9526957b15e48f3b651bfcca377a9a6e8e1416 (patch)
tree176721f34a98fdf567e92960205b593b7ca522b8 /tools/ccache
parenta8a2a95351d711133e220c5c618822d3b72358ac (diff)
downloadopenwrt-3f9526957b15e48f3b651bfcca377a9a6e8e1416.tar.gz
openwrt-3f9526957b15e48f3b651bfcca377a9a6e8e1416.tar.bz2
openwrt-3f9526957b15e48f3b651bfcca377a9a6e8e1416.zip
tools/ccache: update to 4.8.1
Release Notes: https://ccache.dev/releasenotes.html#_ccache_4_8_1 Signed-off-by: Linhui Liu <liulinhui36@gmail.com>
Diffstat (limited to 'tools/ccache')
-rw-r--r--tools/ccache/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ccache/Makefile b/tools/ccache/Makefile
index 74b2ae3b44..33255e9297 100644
--- a/tools/ccache/Makefile
+++ b/tools/ccache/Makefile
@@ -7,11 +7,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ccache
-PKG_VERSION:=4.8
+PKG_VERSION:=4.8.1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/ccache/ccache/releases/download/v$(PKG_VERSION)
-PKG_HASH:=b963ee3bf88d7266b8a0565e4ba685d5666357f0a7e364ed98adb0dc1191fcbb
+PKG_HASH:=87959b6819530b3dcaeb39992f585b9fc2c7120302809741378097774919fb6f
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/cmake.mk