2025-12-17 20:31:22 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.21.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.21.1/chroma-2.21.1-windows-amd64.tar.gz",
"hash": "949c85573aefc6907df8ce9253f5469aaa88b37e0acdadfa5cc8b50bda7e8f37"
},
"32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v2.21.1/chroma-2.21.1-windows-386.tar.gz",
"hash": "f5fe109fb33a88d1692002b2a3cad88a2c67933cc755622209b0af379f337188"
}
},
"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"
}
}
}