{
    "version": "4.9",
    "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.9/ccache-4.9-windows-x86_64.zip",
            "hash": "d63cbff81214220e91b11cbb54d21daed6687e065ed31d48b06da3f9a1a63fb3",
            "extract_dir": "ccache-4.9-windows-x86_64"
        },
        "32bit": {
            "url": "https://github.com/ccache/ccache/releases/download/v4.9/ccache-4.9-windows-i686.zip",
            "hash": "dc768523c8734e79201237030c0c38a7b221f70db45c388a9559c94ebeebeab1",
            "extract_dir": "ccache-4.9-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"
            }
        }
    }
}
