{ "version": "4.7.4", "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.4/ccache-4.7.4-windows-x86_64.zip", "hash": "5a616122980f11a3fb3b1cedfb92e397eeb99ee1a642b7e5f72d76dad3e7b41e", "extract_dir": "ccache-4.7.4-windows-x86_64" }, "32bit": { "url": "https://github.com/ccache/ccache/releases/download/v4.7.4/ccache-4.7.4-windows-i686.zip", "hash": "c052b7761620c0bddd60deb6bfa0a314931e2aca8161612600da654627ea5d33", "extract_dir": "ccache-4.7.4-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" } } } }