2022-11-18 00:34:43 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.4.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.4.0/chroma-2.4.0-windows-amd64.tar.gz",
"hash": "bea740c6bad655c3909c3d777ce76a7775b2d24d1620162a005b22b6c250b536"
},
"32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v2.4.0/chroma-2.4.0-windows-386.tar.gz",
"hash": "abab4335e6e36faee173f2662af060f865d60a6e9b489460179109c0f6922ee4"
}
},
"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"
}
}
}