ccache: Update to version 4.10

This commit is contained in:
github-actions[bot] 2024-05-29 20:26:08 +00:00
parent 56623dc6c6
commit 6909a06f60

View File

@ -1,18 +1,18 @@
{
"version": "4.9.1",
"version": "4.10",
"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.9.1/ccache-4.9.1-windows-x86_64.zip",
"hash": "d0836518cfdb74cc765a6bc6c353009367d8fc15dbbec4899ebdbeb750a07f77",
"extract_dir": "ccache-4.9.1-windows-x86_64"
"url": "https://github.com/ccache/ccache/releases/download/v4.10/ccache-4.10-windows-x86_64.zip",
"hash": "b62cef76edb9ec74a9e27d15a3b045d83e80f5bdb7debc6cbea6d617971cc6ed",
"extract_dir": "ccache-4.10-windows-x86_64"
},
"32bit": {
"url": "https://github.com/ccache/ccache/releases/download/v4.9.1/ccache-4.9.1-windows-i686.zip",
"hash": "3e40644fee4a1fe5dad135c36da180c1c0eaedf41bf86d483c4c5ffac7de5e93",
"extract_dir": "ccache-4.9.1-windows-i686"
"url": "https://github.com/ccache/ccache/releases/download/v4.10/ccache-4.10-windows-i686.zip",
"hash": "580457add282b6a36a987e4cd8c17d02d094af356e46954388a132ab714c259a",
"extract_dir": "ccache-4.10-windows-i686"
}
},
"bin": "ccache.exe",