diff --git a/bucket/ccache.json b/bucket/ccache.json index 61c361aa72..0b7b5f2b1f 100644 --- a/bucket/ccache.json +++ b/bucket/ccache.json @@ -1,18 +1,18 @@ { - "version": "4.4", + "version": "4.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.4/ccache-4.4-windows-64.zip", - "hash": "f6a9bf26ed501da666fd0067a47da96e35b74c91c3d367fdd7b309ead0accebe", - "extract_dir": "ccache-4.4-windows-64" + "url": "https://github.com/ccache/ccache/releases/download/v4.4.1/ccache-4.4.1-windows-64.zip", + "hash": "7445f85dfb64af57af44315e75964d39fbb34b712ece81e99b84dc3290622390", + "extract_dir": "ccache-4.4.1-windows-64" }, "32bit": { - "url": "https://github.com/ccache/ccache/releases/download/v4.4/ccache-4.4-windows-32.zip", - "hash": "ca96d86cd138681673412d65e9e0449a93a9648d185f5e3e68dc9a14e5377d9d", - "extract_dir": "ccache-4.4-windows-32" + "url": "https://github.com/ccache/ccache/releases/download/v4.4.1/ccache-4.4.1-windows-32.zip", + "hash": "0d6fb80dd0711e62843994f84226eb92c2d5afbe41e87b362a2ff366343bf9ef", + "extract_dir": "ccache-4.4.1-windows-32" } }, "bin": "ccache.exe",