From c2a38d67fca9e533b0a955d8c1f55a008d7ae279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 23 Nov 2020 09:27:38 +0100 Subject: [PATCH] ccache: Update to version 4.1 --- bucket/ccache.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ccache.json b/bucket/ccache.json index baae26d7d3..008c820d16 100644 --- a/bucket/ccache.json +++ b/bucket/ccache.json @@ -1,18 +1,18 @@ { - "version": "4.0", + "version": "4.1", "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.0/ccache-4.0-windows-64.zip", - "hash": "e22e3a3daeeb5ccf4c005ef33f8e2318dde6148f0945ea7353d28e2d46cbd6d4", - "extract_dir": "ccache-4.0-windows-64" + "url": "https://github.com/ccache/ccache/releases/download/v4.1/ccache-4.1-windows-64.zip", + "hash": "eeaf96dc052cab1293e4e8ea1d94b4067626baed84ce16815256d1a1122608dc", + "extract_dir": "ccache-4.1-windows-64" }, "32bit": { - "url": "https://github.com/ccache/ccache/releases/download/v4.0/ccache-4.0-windows-32.zip", - "hash": "041b3c44f5ee222b8e059f65fbc0cd9e312ce61c154469f9ed90b72ad7907aaa", - "extract_dir": "ccache-4.0-windows-32" + "url": "https://github.com/ccache/ccache/releases/download/v4.1/ccache-4.1-windows-32.zip", + "hash": "4d218d211b1c9ad9ac2bbdf0888f3f2f9f5593c617065697bae7825f2eaef339", + "extract_dir": "ccache-4.1-windows-32" } }, "bin": "ccache.exe",