{ "version": "4.7.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.7.1/ccache-4.7.1-windows-x86_64.zip", "hash": "f7515f27d6f7bd6bd599daa4f73be25e0ad4508f9fb0e862fa9e0db67a105bf4", "extract_dir": "ccache-4.7.1-windows-x86_64" }, "32bit": { "url": "https://github.com/ccache/ccache/releases/download/v4.7.1/ccache-4.7.1-windows-i686.zip", "hash": "089bf23715980307f8926f826e5bcb500ad3ba416f13c4a4602108c2402fb1c4", "extract_dir": "ccache-4.7.1-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" } } } }