{ "version": "4.6.3", "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.6.3/ccache-4.6.3-windows-x86_64.zip", "hash": "901130c5e7d632346ede85f8ca47353f2b4c351ba4ff63f14032ad7de9fddddc", "extract_dir": "ccache-4.6.3-windows-x86_64" }, "32bit": { "url": "https://github.com/ccache/ccache/releases/download/v4.6.3/ccache-4.6.3-windows-i686.zip", "hash": "8218d9b0e2a9ba18992b4bd1fdf2ff0bf37baf35a2e8a07e6ad890e376ea8653", "extract_dir": "ccache-4.6.3-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" } } } }