{
    "version": "2.24.1",
    "description": "A general purpose syntax highlighter in pure Go",
    "homepage": "https://github.com/alecthomas/chroma",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/alecthomas/chroma/releases/download/v2.24.1/chroma-2.24.1-windows-amd64.tar.gz",
            "hash": "7816639a7ed59578807bd7fe7f579deb125e89ca5d6c203c613fb34aec406df6"
        },
        "32bit": {
            "url": "https://github.com/alecthomas/chroma/releases/download/v2.24.1/chroma-2.24.1-windows-386.tar.gz",
            "hash": "39e0c2ba2fad93a85728933b0a11851a2ffb26609ad97d248ba244cd1f5a2dad"
        }
    },
    "bin": "chroma.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/alecthomas/chroma/releases/download/v$version/chroma-$version-windows-amd64.tar.gz"
            },
            "32bit": {
                "url": "https://github.com/alecthomas/chroma/releases/download/v$version/chroma-$version-windows-386.tar.gz"
            }
        },
        "hash": {
            "url": "$baseurl/chroma-$version-checksums.txt"
        }
    }
}
