ccache: Update to version 4.4

This commit is contained in:
Richard Kuhnt 2021-08-19 20:00:34 +00:00
parent 76a4b2b9d1
commit 2fff7a123f

View File

@ -1,18 +1,18 @@
{
"version": "4.3",
"version": "4.4",
"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.3/ccache-4.3-windows-64.zip",
"hash": "a9cacae73c3906d8193456328bee74f7748cb1559a32eaced9ee78eadd416105",
"extract_dir": "ccache-4.3-windows-64"
"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"
},
"32bit": {
"url": "https://github.com/ccache/ccache/releases/download/v4.3/ccache-4.3-windows-32.zip",
"hash": "72176b8199c018ba02dc73779c7a9d4543282afcb5d7ae7ce706d0930b75a891",
"extract_dir": "ccache-4.3-windows-32"
"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"
}
},
"bin": "ccache.exe",