ccache: Update to version 4.7.3

This commit is contained in:
github-actions[bot] 2022-11-05 20:28:59 +00:00
parent 5c7bdbc76f
commit a00452daed

View File

@ -1,18 +1,18 @@
{ {
"version": "4.7.2", "version": "4.7.3",
"description": "Compiler cache to speed up recompilation by caching previous compilations and detecting when the same compilation is being done again.", "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", "homepage": "https://ccache.dev",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/ccache/ccache/releases/download/v4.7.2/ccache-4.7.2-windows-x86_64.zip", "url": "https://github.com/ccache/ccache/releases/download/v4.7.3/ccache-4.7.3-windows-x86_64.zip",
"hash": "6e0959c518b0c51fa887035465e7486f50079fe9acf711e5dd7ea2d30a824521", "hash": "58ef35520f606b339d281fdb8050b3f92f2482999cffe5859fa265772b97f02a",
"extract_dir": "ccache-4.7.2-windows-x86_64" "extract_dir": "ccache-4.7.3-windows-x86_64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/ccache/ccache/releases/download/v4.7.2/ccache-4.7.2-windows-i686.zip", "url": "https://github.com/ccache/ccache/releases/download/v4.7.3/ccache-4.7.3-windows-i686.zip",
"hash": "ad0688ed2f615e259fb83e047f4e4295aaaa9df4ffc0f851eeb51c136ed65f2e", "hash": "dfe91d55f1dca5776d0d4979a94383a382a8a00b417a0e112fac5018c990eb2a",
"extract_dir": "ccache-4.7.2-windows-i686" "extract_dir": "ccache-4.7.3-windows-i686"
} }
}, },
"bin": "ccache.exe", "bin": "ccache.exe",