From 8ebf69fb1807ea3c1a0861127bd210262a61526b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 20:30:25 +0000 Subject: [PATCH] ccache: Update to version 4.12.2 --- bucket/ccache.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ccache.json b/bucket/ccache.json index b4d1660046..73dcefadff 100644 --- a/bucket/ccache.json +++ b/bucket/ccache.json @@ -1,18 +1,18 @@ { - "version": "4.12.1", + "version": "4.12.2", "description": "Compiler cache to speed up recompilation by caching previous compilations and detecting when the same compilation is being done again.", "homepage": "https://ccache.dev", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/ccache/ccache/releases/download/v4.12.1/ccache-4.12.1-windows-x86_64.zip", - "hash": "98aea520d66905b8ba7a8e648a4cc0ca941d5e119d441f1e879a4a9045bf18f6", - "extract_dir": "ccache-4.12.1-windows-x86_64" + "url": "https://github.com/ccache/ccache/releases/download/v4.12.2/ccache-4.12.2-windows-x86_64.zip", + "hash": "82c1b130b25cc162531dc7a062dc5ea99349cd536bc9eba8a66d976802d66516", + "extract_dir": "ccache-4.12.2-windows-x86_64" }, "32bit": { - "url": "https://github.com/ccache/ccache/releases/download/v4.12.1/ccache-4.12.1-windows-i686.zip", - "hash": "2012b76631366dded52c3a983d8bda154dd76badb05bd6d8cde63e184cd5538a", - "extract_dir": "ccache-4.12.1-windows-i686" + "url": "https://github.com/ccache/ccache/releases/download/v4.12.2/ccache-4.12.2-windows-i686.zip", + "hash": "0cf9ae22c358b37ed41dc44705008a2cc7a2837fc08e51821acf399b9d673a83", + "extract_dir": "ccache-4.12.2-windows-i686" } }, "bin": "ccache.exe",