ccache: Update to version 4.11.1

This commit is contained in:
github-actions[bot] 2025-03-17 20:28:26 +00:00
parent 23f050a88f
commit 457ac13bbb

View File

@ -1,18 +1,18 @@
{
"version": "4.11",
"version": "4.11.1",
"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",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/ccache/ccache/releases/download/v4.11/ccache-4.11-windows-x86_64.zip",
"hash": "47bbeefc588ec3de4ef6e5006feb11771bfe3b30380facf24605352b2d6ec04d",
"extract_dir": "ccache-4.11-windows-x86_64"
"url": "https://github.com/ccache/ccache/releases/download/v4.11.1/ccache-4.11.1-windows-x86_64.zip",
"hash": "1fccfff3d22dc05bad61073fe050398ba8cd99395dd21d0ea1397b96fa2b508e",
"extract_dir": "ccache-4.11.1-windows-x86_64"
},
"32bit": {
"url": "https://github.com/ccache/ccache/releases/download/v4.11/ccache-4.11-windows-i686.zip",
"hash": "d0d84bcda3fc32f1f898aa24249c646f553ce4c6a329a99d4d364532f5d6a590",
"extract_dir": "ccache-4.11-windows-i686"
"url": "https://github.com/ccache/ccache/releases/download/v4.11.1/ccache-4.11.1-windows-i686.zip",
"hash": "bab075a6b96cd8675164b2bdc1104021e1f1fecda21c53b7ff56545842b112b4",
"extract_dir": "ccache-4.11.1-windows-i686"
}
},
"bin": "ccache.exe",