ccache: Update to version 4.6

This commit is contained in:
github-actions[bot] 2022-02-27 20:27:45 +00:00
parent 336e15941a
commit d18ee1981d

View File

@ -1,18 +1,18 @@
{
"version": "4.5.1",
"version": "4.6",
"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.5.1/ccache-4.5.1-windows-64.zip",
"hash": "2b99e238993826926df2f18967ae9e2746d40c4f8e07980a31b2821e3b19eb63",
"extract_dir": "ccache-4.5.1-windows-64"
"url": "https://github.com/ccache/ccache/releases/download/v4.6/ccache-4.6-windows-64.zip",
"hash": "d7b4e8c89db51b044711590b3fbd238e57951fe91b30df197e4d7c00279ef78d",
"extract_dir": "ccache-4.6-windows-64"
},
"32bit": {
"url": "https://github.com/ccache/ccache/releases/download/v4.5.1/ccache-4.5.1-windows-32.zip",
"hash": "1dde4bf19493e51025e2304290d952a6abfc093d1ccf0cb775a7e554d62b0221",
"extract_dir": "ccache-4.5.1-windows-32"
"url": "https://github.com/ccache/ccache/releases/download/v4.6/ccache-4.6-windows-32.zip",
"hash": "aff5cca6d775b48d8fb46975e1529484049a05a15f7e6268feb2234c6c7cbf31",
"extract_dir": "ccache-4.6-windows-32"
}
},
"bin": "ccache.exe",