ccache: Update to version 4.11

This commit is contained in:
github-actions[bot] 2025-03-09 16:27:08 +00:00
parent fd227ab695
commit c859506c29

View File

@ -1,18 +1,18 @@
{
"version": "4.10.2",
"version": "4.11",
"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.10.2/ccache-4.10.2-windows-x86_64.zip",
"hash": "6252f081876a9a9f700fae13a5aec5d0d486b28261d7f1f72ac11c7ad9df4da9",
"extract_dir": "ccache-4.10.2-windows-x86_64"
"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"
},
"32bit": {
"url": "https://github.com/ccache/ccache/releases/download/v4.10.2/ccache-4.10.2-windows-i686.zip",
"hash": "30bd081f45f92affe74b776f19b8872a09b6b5df3ec6c43c552863d73c804871",
"extract_dir": "ccache-4.10.2-windows-i686"
"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"
}
},
"bin": "ccache.exe",