2023-09-09 04:28:11 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.9.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.9.1/chroma-2.9.1-windows-amd64.tar.gz",
"hash": "c9e28ae6b5ac23d7fa269e2914d6854064e368d17bab5d22f0e66b716adfb35e"
},
"32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v2.9.1/chroma-2.9.1-windows-386.tar.gz",
"hash": "65511e02dc503e82d562c227fbb8d44ac89e5d87afff5f2a765c6d7ebf4acefe"
}
},
"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"
}
}
}