ccache: Update to version 4.4.1

This commit is contained in:
Richard Kuhnt 2021-09-11 08:00:35 +00:00
parent 9896ce9110
commit ee1782693b

View File

@ -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",