From 5a97cac370b38c0767391483b777631b4b766023 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Aug 2022 20:27:49 +0000 Subject: [PATCH] ccache: Update to version 4.6.3 --- bucket/ccache.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ccache.json b/bucket/ccache.json index ef1fa9dc06..72f1d80095 100644 --- a/bucket/ccache.json +++ b/bucket/ccache.json @@ -1,18 +1,18 @@ { - "version": "4.6.2", + "version": "4.6.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.6.2/ccache-4.6.2-windows-x86_64.zip", - "hash": "bf230b0936962eae43a3410d6477a7d0b9308e29f89a3091881d22e2502604c5", - "extract_dir": "ccache-4.6.2-windows-x86_64" + "url": "https://github.com/ccache/ccache/releases/download/v4.6.3/ccache-4.6.3-windows-x86_64.zip", + "hash": "901130c5e7d632346ede85f8ca47353f2b4c351ba4ff63f14032ad7de9fddddc", + "extract_dir": "ccache-4.6.3-windows-x86_64" }, "32bit": { - "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" + "url": "https://github.com/ccache/ccache/releases/download/v4.6.3/ccache-4.6.3-windows-i686.zip", + "hash": "8218d9b0e2a9ba18992b4bd1fdf2ff0bf37baf35a2e8a07e6ad890e376ea8653", + "extract_dir": "ccache-4.6.3-windows-i686" } }, "bin": "ccache.exe",