ccache: Update to version 4.12.1

This commit is contained in:
github-actions[bot] 2025-10-01 20:29:39 +00:00
parent 60a309d602
commit 83a0108c65

View File

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