ccache: Update to version 4.4.2

This commit is contained in:
Richard Kuhnt 2021-09-28 20:00:37 +00:00
parent c15dfeb2e9
commit be31d65ab8

View File

@ -1,18 +1,18 @@
{
"version": "4.4.1",
"version": "4.4.2",
"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.1/ccache-4.4.1-windows-64.zip",
"hash": "7445f85dfb64af57af44315e75964d39fbb34b712ece81e99b84dc3290622390",
"extract_dir": "ccache-4.4.1-windows-64"
"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"
},
"32bit": {
"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"
"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"
}
},
"bin": "ccache.exe",