diff --git a/bucket/ccache.json b/bucket/ccache.json index 5f6a5b4731..baae26d7d3 100644 --- a/bucket/ccache.json +++ b/bucket/ccache.json @@ -1,18 +1,18 @@ { - "version": "3.7.12", + "version": "4.0", "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/v3.7.12/ccache-3.7.12-windows-64.zip", - "hash": "7a644cb0c210d35220e75b4cc8cf3e4a7a1af94e0bf82f6b001a4da31c34d3eb", - "extract_dir": "ccache-3.7.12-windows-64" + "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" }, "32bit": { - "url": "https://github.com/ccache/ccache/releases/download/v3.7.12/ccache-3.7.12-windows-32.zip", - "hash": "dc13f4a459782660e54a1f68681613fdc1959831fc5e6df5e472c71ef3ba1ce7", - "extract_dir": "ccache-3.7.12-windows-32" + "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" } }, "bin": "ccache.exe",