2023-11-13 00:33:43 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.11.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.11.1/chroma-2.11.1-windows-amd64.tar.gz",
"hash": "369f9bbc06ed5de596e1d446700da57a78818bc409a1ee4d0ccf52c3cb25f39e"
},
"32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v2.11.1/chroma-2.11.1-windows-386.tar.gz",
"hash": "1099b51a874040de23e1bfb80177e742a443a12dc068fe58837ff2ce7b32eaf8"
}
},
"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"
}
}
}