From d18ee1981d0e35cb516a0ca46d81d6ad8628f091 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 27 Feb 2022 20:27:45 +0000 Subject: [PATCH] ccache: Update to version 4.6 --- bucket/ccache.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ccache.json b/bucket/ccache.json index 9cc97edc58..fffc0d81c5 100644 --- a/bucket/ccache.json +++ b/bucket/ccache.json @@ -1,18 +1,18 @@ { - "version": "4.5.1", + "version": "4.6", "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.5.1/ccache-4.5.1-windows-64.zip", - "hash": "2b99e238993826926df2f18967ae9e2746d40c4f8e07980a31b2821e3b19eb63", - "extract_dir": "ccache-4.5.1-windows-64" + "url": "https://github.com/ccache/ccache/releases/download/v4.6/ccache-4.6-windows-64.zip", + "hash": "d7b4e8c89db51b044711590b3fbd238e57951fe91b30df197e4d7c00279ef78d", + "extract_dir": "ccache-4.6-windows-64" }, "32bit": { - "url": "https://github.com/ccache/ccache/releases/download/v4.5.1/ccache-4.5.1-windows-32.zip", - "hash": "1dde4bf19493e51025e2304290d952a6abfc093d1ccf0cb775a7e554d62b0221", - "extract_dir": "ccache-4.5.1-windows-32" + "url": "https://github.com/ccache/ccache/releases/download/v4.6/ccache-4.6-windows-32.zip", + "hash": "aff5cca6d775b48d8fb46975e1529484049a05a15f7e6268feb2234c6c7cbf31", + "extract_dir": "ccache-4.6-windows-32" } }, "bin": "ccache.exe",