2022-05-27 16:30:57 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.0.0",
"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.0.0/chroma-2.0.0-windows-amd64.tar.gz",
"hash": "6b31f7498264546086e3f68d750524453a5280542999e404fa19502f28f5ccd0"
},
"32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v2.0.0/chroma-2.0.0-windows-386.tar.gz",
"hash": "c5b1641cd3f24eef0db8ccd6424cff555c3689653fd19fd4c170957f1b7901e0"
}
},
"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"
}
}
}