diff --git a/bucket/ccache.json b/bucket/ccache.json index 189dc9f5e0..aa755e4fc7 100644 --- a/bucket/ccache.json +++ b/bucket/ccache.json @@ -1,18 +1,18 @@ { - "version": "4.4.2", + "version": "4.5", "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.4.2/ccache-4.4.2-windows-64.zip", - "hash": "ebbddd0bf402cd398b1f71b1f6067e06a6440ddd6689fd407f95a7b09be5b55b", - "extract_dir": "ccache-4.4.2-windows-64" + "url": "https://github.com/ccache/ccache/releases/download/v4.5/ccache-4.5-windows-64.zip", + "hash": "fe3f2a90546646f03440f193ea7adda1f6c085980fef1d8d7e5768ab1ece9bf7", + "extract_dir": "ccache-4.5-windows-64" }, "32bit": { - "url": "https://github.com/ccache/ccache/releases/download/v4.4.2/ccache-4.4.2-windows-32.zip", - "hash": "a475acfc08e16b14f68296f5945e08f7df61999101fe062992272a828183b8fd", - "extract_dir": "ccache-4.4.2-windows-32" + "url": "https://github.com/ccache/ccache/releases/download/v4.5/ccache-4.5-windows-32.zip", + "hash": "e59f0cc9294015e626c16679571c6cf2525e1854dbe4a83a80b1185c07b36dcb", + "extract_dir": "ccache-4.5-windows-32" } }, "bin": "ccache.exe",