From 457ac13bbb0cc1503394be7c8ec5ff4c2a9e3a5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 20:28:26 +0000 Subject: [PATCH] ccache: Update to version 4.11.1 --- bucket/ccache.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ccache.json b/bucket/ccache.json index 85936319ae..64da5a222c 100644 --- a/bucket/ccache.json +++ b/bucket/ccache.json @@ -1,18 +1,18 @@ { - "version": "4.11", + "version": "4.11.1", "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/ccache-4.11-windows-x86_64.zip", - "hash": "47bbeefc588ec3de4ef6e5006feb11771bfe3b30380facf24605352b2d6ec04d", - "extract_dir": "ccache-4.11-windows-x86_64" + "url": "https://github.com/ccache/ccache/releases/download/v4.11.1/ccache-4.11.1-windows-x86_64.zip", + "hash": "1fccfff3d22dc05bad61073fe050398ba8cd99395dd21d0ea1397b96fa2b508e", + "extract_dir": "ccache-4.11.1-windows-x86_64" }, "32bit": { - "url": "https://github.com/ccache/ccache/releases/download/v4.11/ccache-4.11-windows-i686.zip", - "hash": "d0d84bcda3fc32f1f898aa24249c646f553ce4c6a329a99d4d364532f5d6a590", - "extract_dir": "ccache-4.11-windows-i686" + "url": "https://github.com/ccache/ccache/releases/download/v4.11.1/ccache-4.11.1-windows-i686.zip", + "hash": "bab075a6b96cd8675164b2bdc1104021e1f1fecda21c53b7ff56545842b112b4", + "extract_dir": "ccache-4.11.1-windows-i686" } }, "bin": "ccache.exe",