ccache: Update to version 4.7

This commit is contained in:
github-actions[bot] 2022-10-18 05:00:07 +00:00
parent ebd1bba631
commit 35ea7ffee9

View File

@ -1,18 +1,18 @@
{ {
"version": "4.6.3", "version": "4.7",
"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.6.3/ccache-4.6.3-windows-x86_64.zip", "url": "https://github.com/ccache/ccache/releases/download/v4.7/ccache-4.7-windows-x86_64.zip",
"hash": "901130c5e7d632346ede85f8ca47353f2b4c351ba4ff63f14032ad7de9fddddc", "hash": "bef43d903b2d263b02a162134a14b56ceb0f450ffcd143bf84ba03ae724dae11",
"extract_dir": "ccache-4.6.3-windows-x86_64" "extract_dir": "ccache-4.7-windows-x86_64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/ccache/ccache/releases/download/v4.6.3/ccache-4.6.3-windows-i686.zip", "url": "https://github.com/ccache/ccache/releases/download/v4.7/ccache-4.7-windows-i686.zip",
"hash": "8218d9b0e2a9ba18992b4bd1fdf2ff0bf37baf35a2e8a07e6ad890e376ea8653", "hash": "eead93aa8a0d343b20bc7f0fe01e4d6e0bf12d6b59e11749859f0b6e463e523d",
"extract_dir": "ccache-4.6.3-windows-i686" "extract_dir": "ccache-4.7-windows-i686"
} }
}, },
"bin": "ccache.exe", "bin": "ccache.exe",