From 13c374e37db5c5404ccd1c94d8ebb7dec472aa56 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 20:23:52 +0000 Subject: [PATCH] ccache: Update to version 4.9.1 --- bucket/ccache.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ccache.json b/bucket/ccache.json index 2610fe2227..cadab62fed 100644 --- a/bucket/ccache.json +++ b/bucket/ccache.json @@ -1,18 +1,18 @@ { - "version": "4.9", + "version": "4.9.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.9/ccache-4.9-windows-x86_64.zip", - "hash": "d63cbff81214220e91b11cbb54d21daed6687e065ed31d48b06da3f9a1a63fb3", - "extract_dir": "ccache-4.9-windows-x86_64" + "url": "https://github.com/ccache/ccache/releases/download/v4.9.1/ccache-4.9.1-windows-x86_64.zip", + "hash": "d0836518cfdb74cc765a6bc6c353009367d8fc15dbbec4899ebdbeb750a07f77", + "extract_dir": "ccache-4.9.1-windows-x86_64" }, "32bit": { - "url": "https://github.com/ccache/ccache/releases/download/v4.9/ccache-4.9-windows-i686.zip", - "hash": "dc768523c8734e79201237030c0c38a7b221f70db45c388a9559c94ebeebeab1", - "extract_dir": "ccache-4.9-windows-i686" + "url": "https://github.com/ccache/ccache/releases/download/v4.9.1/ccache-4.9.1-windows-i686.zip", + "hash": "3e40644fee4a1fe5dad135c36da180c1c0eaedf41bf86d483c4c5ffac7de5e93", + "extract_dir": "ccache-4.9.1-windows-i686" } }, "bin": "ccache.exe",