2025-01-06 00:37:25 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.15.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.15.0/chroma-2.15.0-windows-amd64.tar.gz",
"hash": "2081a1a1255e8425ee1f3fd3d22dae2b80f407e0cf36ef229812a7c42e6ee4a4"
},
"32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v2.15.0/chroma-2.15.0-windows-386.tar.gz",
"hash": "257788302164fbe03117890ef5e0ea31cbf8a61283955235a5e29157546af213"
}
},
"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"
}
}
}