From f26b3a35496f92d1bfd88ba64755b60fad8649cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 3 May 2025 12:31:06 +0000 Subject: [PATCH] ccache: Update to version 4.11.3 --- bucket/ccache.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ccache.json b/bucket/ccache.json index 41dde5a5e9..d31760b8ce 100644 --- a/bucket/ccache.json +++ b/bucket/ccache.json @@ -1,18 +1,18 @@ { - "version": "4.11.2", + "version": "4.11.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.11.2/ccache-4.11.2-windows-x86_64.zip", - "hash": "1f39f3ad5aae3fe915e99ad1302633bc8f6718e58fa7c0de2b0ba7e080f0f08c", - "extract_dir": "ccache-4.11.2-windows-x86_64" + "url": "https://github.com/ccache/ccache/releases/download/v4.11.3/ccache-4.11.3-windows-x86_64.zip", + "hash": "bfd031cad091b7db7e68c3303be542b0f7fee7a3e716d76ec6f7e6c7ef4b3526", + "extract_dir": "ccache-4.11.3-windows-x86_64" }, "32bit": { - "url": "https://github.com/ccache/ccache/releases/download/v4.11.2/ccache-4.11.2-windows-i686.zip", - "hash": "35f24adcff64a95a99eafcfe5b0a0a4c69fba950825091ba82a9984d90ebae84", - "extract_dir": "ccache-4.11.2-windows-i686" + "url": "https://github.com/ccache/ccache/releases/download/v4.11.3/ccache-4.11.3-windows-i686.zip", + "hash": "ad0248edcce9959fe4075ddc41496a099366b0c785aee062a8d59d26c1385178", + "extract_dir": "ccache-4.11.3-windows-i686" } }, "bin": "ccache.exe",