[Buildroot] [git commit] package/ccache: bump version to 4.12.1

Julien Olivain ju.o at free.fr
Sun Oct 5 16:47:25 UTC 2025


commit: https://git.buildroot.net/buildroot/commit/?id=a7ba7ee832c06a56e4d00cd629c6f9be16cf615e
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Release notes:
https://ccache.dev/releasenotes.html#_ccache_4_12_1

Updated license hash due to upstream commits:
https://github.com/ccache/ccache/commit/df37867663000135eb0e80a7baad1fcf5b96b571
https://github.com/ccache/ccache/commit/bd2147f30307ab62dbdb8252e9c6f2ef2b1ec44f
https://github.com/ccache/ccache/commit/9ee66d6f93e2aaba974eb1871b71411fee92990a
https://github.com/ccache/ccache/commit/fbdcabc521aa2fba8ea600e8e45ab26d161b79f3

Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
Signed-off-by: Julien Olivain <ju.o at free.fr>
---
 package/ccache/ccache.hash | 4 ++--
 package/ccache/ccache.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/ccache/ccache.hash b/package/ccache/ccache.hash
index ad617a3501..88377109db 100644
--- a/package/ccache/ccache.hash
+++ b/package/ccache/ccache.hash
@@ -1,4 +1,4 @@
 # sha256 computed locally
-sha256  d5a340e199977b7b1e89c0add794132c977fdc2ecc7ca5451e03d43627a1b1be  ccache-4.11.3.tar.xz
+sha256  42e6c4b260cffd92dfa755e26390f45f5842e8c1a5f64f2b2e68adfbe82d1542  ccache-4.12.1.tar.xz
 sha256  80b5112739a423dfac7bed1ca8a1df3cccda3d794425441997d4462b83db4dd5  GPL-3.0.txt
-sha256  115fd61246934e8581b1ef9263017cae89e61b5f11599d7f7d6b98f69a700e66  LICENSE.adoc
+sha256  fc33d985529cdb5ea484ee46d6df4de6a6bca25ebdd3f3211c9d15f1c59dc75a  LICENSE.adoc
diff --git a/package/ccache/ccache.mk b/package/ccache/ccache.mk
index 963ecd835e..75ef404d27 100644
--- a/package/ccache/ccache.mk
+++ b/package/ccache/ccache.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-CCACHE_VERSION = 4.11.3
+CCACHE_VERSION = 4.12.1
 CCACHE_SITE = https://github.com/ccache/ccache/releases/download/v$(CCACHE_VERSION)
 CCACHE_SOURCE = ccache-$(CCACHE_VERSION).tar.xz
 CCACHE_LICENSE = GPL-3.0+, others


More information about the buildroot mailing list