From e93a32a77e8348a6ce6d53435d7af2941938d234 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 20:28:39 +0000 Subject: [PATCH] ccache: Update to version 4.6.2 --- bucket/ccache.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ccache.json b/bucket/ccache.json index aa8b2e3782..ef1fa9dc06 100644 --- a/bucket/ccache.json +++ b/bucket/ccache.json @@ -1,18 +1,18 @@ { - "version": "4.6.1", + "version": "4.6.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.6.1/ccache-4.6.1-windows-x86_64.zip", - "hash": "a6c6311973aa3d2aae22424895f2f968e5d661be003b25f1bd854a5c0cd57563", - "extract_dir": "ccache-4.6.1-windows-x86_64" + "url": "https://github.com/ccache/ccache/releases/download/v4.6.2/ccache-4.6.2-windows-x86_64.zip", + "hash": "bf230b0936962eae43a3410d6477a7d0b9308e29f89a3091881d22e2502604c5", + "extract_dir": "ccache-4.6.2-windows-x86_64" }, "32bit": { - "url": "https://github.com/ccache/ccache/releases/download/v4.6.1/ccache-4.6.1-windows-i686.zip", - "hash": "8489227fbb648ea59f43ea11817e0511224549d722bc1789f348913966d39604", - "extract_dir": "ccache-4.6.1-windows-i686" + "url": "https://github.com/ccache/ccache/releases/download/v4.6.2/ccache-4.6.2-windows-i686.zip", + "hash": "717d8b7b35a772980b6fb5c2f515060587fd3f1391edab2188640ab6bbb2d3c8", + "extract_dir": "ccache-4.6.2-windows-i686" } }, "bin": "ccache.exe",