{ "version": "4.12.2", "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.12.2/ccache-4.12.2-windows-x86_64.zip", "hash": "82c1b130b25cc162531dc7a062dc5ea99349cd536bc9eba8a66d976802d66516", "extract_dir": "ccache-4.12.2-windows-x86_64" }, "32bit": { "url": "https://github.com/ccache/ccache/releases/download/v4.12.2/ccache-4.12.2-windows-i686.zip", "hash": "0cf9ae22c358b37ed41dc44705008a2cc7a2837fc08e51821acf399b9d673a83", "extract_dir": "ccache-4.12.2-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" } } } }