{ "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.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.10/ccache-4.10-windows-i686.zip", "hash": "580457add282b6a36a987e4cd8c17d02d094af356e46954388a132ab714c259a", "extract_dir": "ccache-4.10-windows-i686" } }, "bin": "ccache.exe", "checkver": { "github": "https://github.com/ccache/ccache" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/ccache/ccache/releases/download/v$version/ccache-$version-windows-x86_64.zip", "extract_dir": "ccache-$version-windows-x86_64" }, "32bit": { "url": "https://github.com/ccache/ccache/releases/download/v$version/ccache-$version-windows-i686.zip", "extract_dir": "ccache-$version-windows-i686" } } } }