From a00452daed54305b21770425a7c68781befbfd8e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Nov 2022 20:28:59 +0000 Subject: [PATCH] ccache: Update to version 4.7.3 --- bucket/ccache.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ccache.json b/bucket/ccache.json index 7594b820a5..0c9deab30f 100644 --- a/bucket/ccache.json +++ b/bucket/ccache.json @@ -1,18 +1,18 @@ { - "version": "4.7.2", + "version": "4.7.3", "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.7.2/ccache-4.7.2-windows-x86_64.zip", - "hash": "6e0959c518b0c51fa887035465e7486f50079fe9acf711e5dd7ea2d30a824521", - "extract_dir": "ccache-4.7.2-windows-x86_64" + "url": "https://github.com/ccache/ccache/releases/download/v4.7.3/ccache-4.7.3-windows-x86_64.zip", + "hash": "58ef35520f606b339d281fdb8050b3f92f2482999cffe5859fa265772b97f02a", + "extract_dir": "ccache-4.7.3-windows-x86_64" }, "32bit": { - "url": "https://github.com/ccache/ccache/releases/download/v4.7.2/ccache-4.7.2-windows-i686.zip", - "hash": "ad0688ed2f615e259fb83e047f4e4295aaaa9df4ffc0f851eeb51c136ed65f2e", - "extract_dir": "ccache-4.7.2-windows-i686" + "url": "https://github.com/ccache/ccache/releases/download/v4.7.3/ccache-4.7.3-windows-i686.zip", + "hash": "dfe91d55f1dca5776d0d4979a94383a382a8a00b417a0e112fac5018c990eb2a", + "extract_dir": "ccache-4.7.3-windows-i686" } }, "bin": "ccache.exe",