From 7fd139f284098bab476b6b50bedb128229bed349 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 20:24:23 +0000 Subject: [PATCH] ccache: Update to version 4.8.2 --- bucket/ccache.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ccache.json b/bucket/ccache.json index b2de59058d..948ef860e0 100644 --- a/bucket/ccache.json +++ b/bucket/ccache.json @@ -1,18 +1,18 @@ { - "version": "4.8.1", + "version": "4.8.2", "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.1/ccache-4.8.1-windows-x86_64.zip", - "hash": "ca59770e9f46b59d6bec6e7036a17a27d601a0a5a0a721fe8e03fea734ccf732", - "extract_dir": "ccache-4.8.1-windows-x86_64" + "url": "https://github.com/ccache/ccache/releases/download/v4.8.2/ccache-4.8.2-windows-x86_64.zip", + "hash": "13c6230c146c88c6cfdcba6b3edb4b1588a0b3debf87d4c2514ba7fb1583ae2d", + "extract_dir": "ccache-4.8.2-windows-x86_64" }, "32bit": { - "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" + "url": "https://github.com/ccache/ccache/releases/download/v4.8.2/ccache-4.8.2-windows-i686.zip", + "hash": "d81bca3d6b3227bb5d8c05e4ff758980f07bdefb097f82adc79aa5d37294ae6e", + "extract_dir": "ccache-4.8.2-windows-i686" } }, "bin": "ccache.exe",