ccache: Update to version 4.5.1

This commit is contained in:
Richard Kuhnt 2021-11-17 20:00:44 +00:00
parent fb72ecd02e
commit 3a7172eb8d

View File

@ -1,18 +1,18 @@
{
"version": "4.5",
"version": "4.5.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.5/ccache-4.5-windows-64.zip",
"hash": "fe3f2a90546646f03440f193ea7adda1f6c085980fef1d8d7e5768ab1ece9bf7",
"extract_dir": "ccache-4.5-windows-64"
"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"
},
"32bit": {
"url": "https://github.com/ccache/ccache/releases/download/v4.5/ccache-4.5-windows-32.zip",
"hash": "e59f0cc9294015e626c16679571c6cf2525e1854dbe4a83a80b1185c07b36dcb",
"extract_dir": "ccache-4.5-windows-32"
"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"
}
},
"bin": "ccache.exe",