From 0c9ef74d271b0ff890a215cf8002192a65ac45d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 16:29:31 +0000 Subject: [PATCH] ccache: Update to version 4.10.2 --- bucket/ccache.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ccache.json b/bucket/ccache.json index 8d1a33e2b2..8bbada3048 100644 --- a/bucket/ccache.json +++ b/bucket/ccache.json @@ -1,18 +1,18 @@ { - "version": "4.10.1", + "version": "4.10.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.10.1/ccache-4.10.1-windows-x86_64.zip", - "hash": "06b26cce440f54b9effd7766075f05c4ec051859bd24b9969cab66855bf07dfb", - "extract_dir": "ccache-4.10.1-windows-x86_64" + "url": "https://github.com/ccache/ccache/releases/download/v4.10.2/ccache-4.10.2-windows-x86_64.zip", + "hash": "6252f081876a9a9f700fae13a5aec5d0d486b28261d7f1f72ac11c7ad9df4da9", + "extract_dir": "ccache-4.10.2-windows-x86_64" }, "32bit": { - "url": "https://github.com/ccache/ccache/releases/download/v4.10.1/ccache-4.10.1-windows-i686.zip", - "hash": "bfba3fb4be293de5c2be5990e2dc44da2cd863cacf9739b4acdffa23ca7a5e67", - "extract_dir": "ccache-4.10.1-windows-i686" + "url": "https://github.com/ccache/ccache/releases/download/v4.10.2/ccache-4.10.2-windows-i686.zip", + "hash": "30bd081f45f92affe74b776f19b8872a09b6b5df3ec6c43c552863d73c804871", + "extract_dir": "ccache-4.10.2-windows-i686" } }, "bin": "ccache.exe",