From ca73d0f93f8861e30fb24e98f15ccf2d8f54fd93 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 16:30:58 +0000 Subject: [PATCH] ccache: Update to version 4.12.3 --- bucket/ccache.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ccache.json b/bucket/ccache.json index 73dcefadff..53aab7a079 100644 --- a/bucket/ccache.json +++ b/bucket/ccache.json @@ -1,18 +1,18 @@ { - "version": "4.12.2", + "version": "4.12.3", "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.2/ccache-4.12.2-windows-x86_64.zip", - "hash": "82c1b130b25cc162531dc7a062dc5ea99349cd536bc9eba8a66d976802d66516", - "extract_dir": "ccache-4.12.2-windows-x86_64" + "url": "https://github.com/ccache/ccache/releases/download/v4.12.3/ccache-4.12.3-windows-x86_64.zip", + "hash": "859141059ac950e1e8cd042c66f842f26b9e3a62a1669a69fe6ba180cb58bbdf", + "extract_dir": "ccache-4.12.3-windows-x86_64" }, "32bit": { - "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" + "url": "https://github.com/ccache/ccache/releases/download/v4.12.3/ccache-4.12.3-windows-i686.zip", + "hash": "ed9624055ccf06854cefcc521611ce5944ed41f5ddda558995868a37b5174396", + "extract_dir": "ccache-4.12.3-windows-i686" } }, "bin": "ccache.exe",