{ "version": "4.6.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.6.1/ccache-4.6.1-windows-x86_64.zip", "hash": "a6c6311973aa3d2aae22424895f2f968e5d661be003b25f1bd854a5c0cd57563", "extract_dir": "ccache-4.6.1-windows-x86_64" }, "32bit": { "url": "https://github.com/ccache/ccache/releases/download/v4.6.1/ccache-4.6.1-windows-i686.zip", "hash": "8489227fbb648ea59f43ea11817e0511224549d722bc1789f348913966d39604", "extract_dir": "ccache-4.6.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" } } } }