{ "version": "4.10.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.10.1/ccache-4.10.1-windows-x86_64.zip", "hash": "06b26cce440f54b9effd7766075f05c4ec051859bd24b9969cab66855bf07dfb", "extract_dir": "ccache-4.10.1-windows-x86_64" }, "32bit": { "url": "https://github.com/ccache/ccache/releases/download/v4.10.1/ccache-4.10.1-windows-i686.zip", "hash": "bfba3fb4be293de5c2be5990e2dc44da2cd863cacf9739b4acdffa23ca7a5e67", "extract_dir": "ccache-4.10.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" } } } }