2019-10-24 07:01:02 +00:00

32 lines
1.2 KiB
JSON

{
"homepage": "https://github.com/alecthomas/chroma",
"description": "A general purpose syntax highlighter in pure Go",
"version": "0.6.8",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v0.6.8/chroma-0.6.8-windows-amd64.tar.gz",
"hash": "b13c5a87c0d85fa00d9dee557cfce956e134635fe41fec6c3875a09a45312276"
},
"32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v0.6.8/chroma-0.6.8-windows-386.tar.gz",
"hash": "926e9ebc42325db97207aa6597c38d4c1b885abe7f6c9071bdeee6917a820b09"
}
},
"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"
}
}
}