ccache: Update to version 4.11.2

This commit is contained in:
github-actions[bot] 2025-03-22 16:29:02 +00:00
parent b4a517b147
commit b6b0ad7651

View File

@ -1,18 +1,18 @@
{ {
"version": "4.11.1", "version": "4.11.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.11.1/ccache-4.11.1-windows-x86_64.zip", "url": "https://github.com/ccache/ccache/releases/download/v4.11.2/ccache-4.11.2-windows-x86_64.zip",
"hash": "1fccfff3d22dc05bad61073fe050398ba8cd99395dd21d0ea1397b96fa2b508e", "hash": "1f39f3ad5aae3fe915e99ad1302633bc8f6718e58fa7c0de2b0ba7e080f0f08c",
"extract_dir": "ccache-4.11.1-windows-x86_64" "extract_dir": "ccache-4.11.2-windows-x86_64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/ccache/ccache/releases/download/v4.11.1/ccache-4.11.1-windows-i686.zip", "url": "https://github.com/ccache/ccache/releases/download/v4.11.2/ccache-4.11.2-windows-i686.zip",
"hash": "bab075a6b96cd8675164b2bdc1104021e1f1fecda21c53b7ff56545842b112b4", "hash": "35f24adcff64a95a99eafcfe5b0a0a4c69fba950825091ba82a9984d90ebae84",
"extract_dir": "ccache-4.11.1-windows-i686" "extract_dir": "ccache-4.11.2-windows-i686"
} }
}, },
"bin": "ccache.exe", "bin": "ccache.exe",