ccache: Update to version 4.2

This commit is contained in:
Jakub Čábera 2021-02-02 08:40:08 +01:00
parent 4baf5d01fb
commit 392c8fe713

View File

@ -1,18 +1,18 @@
{ {
"version": "4.1", "version": "4.2",
"description": "Compiler cache to speed up recompilation by caching previous compilations and detecting when the same compilation is being done again.", "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", "homepage": "https://ccache.dev",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/ccache/ccache/releases/download/v4.1/ccache-4.1-windows-64.zip", "url": "https://github.com/ccache/ccache/releases/download/v4.2/ccache-4.2-windows-64.zip",
"hash": "eeaf96dc052cab1293e4e8ea1d94b4067626baed84ce16815256d1a1122608dc", "hash": "145e3125f9a8738f0dfd850e74d1f77b610feae19bf2f63c03cb694e62277620",
"extract_dir": "ccache-4.1-windows-64" "extract_dir": "ccache-4.2-windows-64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/ccache/ccache/releases/download/v4.1/ccache-4.1-windows-32.zip", "url": "https://github.com/ccache/ccache/releases/download/v4.2/ccache-4.2-windows-32.zip",
"hash": "4d218d211b1c9ad9ac2bbdf0888f3f2f9f5593c617065697bae7825f2eaef339", "hash": "4c68b53443cd8dd7b86d942342238911b705b66885c654dcb7a70de67afbf3d1",
"extract_dir": "ccache-4.1-windows-32" "extract_dir": "ccache-4.2-windows-32"
} }
}, },
"bin": "ccache.exe", "bin": "ccache.exe",