ccache: Update to version 4.12.2

This commit is contained in:
github-actions[bot] 2025-11-26 20:30:25 +00:00
parent 6f0c7f5e6d
commit 8ebf69fb18

View File

@ -1,18 +1,18 @@
{ {
"version": "4.12.1", "version": "4.12.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.12.1/ccache-4.12.1-windows-x86_64.zip", "url": "https://github.com/ccache/ccache/releases/download/v4.12.2/ccache-4.12.2-windows-x86_64.zip",
"hash": "98aea520d66905b8ba7a8e648a4cc0ca941d5e119d441f1e879a4a9045bf18f6", "hash": "82c1b130b25cc162531dc7a062dc5ea99349cd536bc9eba8a66d976802d66516",
"extract_dir": "ccache-4.12.1-windows-x86_64" "extract_dir": "ccache-4.12.2-windows-x86_64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/ccache/ccache/releases/download/v4.12.1/ccache-4.12.1-windows-i686.zip", "url": "https://github.com/ccache/ccache/releases/download/v4.12.2/ccache-4.12.2-windows-i686.zip",
"hash": "2012b76631366dded52c3a983d8bda154dd76badb05bd6d8cde63e184cd5538a", "hash": "0cf9ae22c358b37ed41dc44705008a2cc7a2837fc08e51821acf399b9d673a83",
"extract_dir": "ccache-4.12.1-windows-i686" "extract_dir": "ccache-4.12.2-windows-i686"
} }
}, },
"bin": "ccache.exe", "bin": "ccache.exe",