From 283a33c0023b8cc6c16175da63f39dbbe76ac078 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 May 2023 20:24:26 +0000 Subject: [PATCH] ccache: Update to version 4.8.1 --- bucket/ccache.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ccache.json b/bucket/ccache.json index b9a351c502..b2de59058d 100644 --- a/bucket/ccache.json +++ b/bucket/ccache.json @@ -1,18 +1,18 @@ { - "version": "4.8", + "version": "4.8.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.8/ccache-4.8-windows-x86_64.zip", - "hash": "a2b3bab4bb8318ffc5b3e4074dc25636258bc7e4b51261f7d9bef8127fda8309", - "extract_dir": "ccache-4.8-windows-x86_64" + "url": "https://github.com/ccache/ccache/releases/download/v4.8.1/ccache-4.8.1-windows-x86_64.zip", + "hash": "ca59770e9f46b59d6bec6e7036a17a27d601a0a5a0a721fe8e03fea734ccf732", + "extract_dir": "ccache-4.8.1-windows-x86_64" }, "32bit": { - "url": "https://github.com/ccache/ccache/releases/download/v4.8/ccache-4.8-windows-i686.zip", - "hash": "4b96b7525823cd92f3c5c689f4ee817b602db03507fa5ce877c31f66b43708ed", - "extract_dir": "ccache-4.8-windows-i686" + "url": "https://github.com/ccache/ccache/releases/download/v4.8.1/ccache-4.8.1-windows-i686.zip", + "hash": "b001ef2c82083e0cf515645f08b3930406acbf2a8759ee2570538343c61c4baf", + "extract_dir": "ccache-4.8.1-windows-i686" } }, "bin": "ccache.exe",