2020-07-27 21:51:18 +02:00

32 lines
1.2 KiB
JSON

{
"version": "0.8.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/v0.8.0/chroma-0.8.0-windows-amd64.tar.gz",
"hash": "a4e2ec67f32b91f703ab336f154e098fa971e1dc82872a9d24011fc6cb4755ce"
},
"32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v0.8.0/chroma-0.8.0-windows-386.tar.gz",
"hash": "c6a86971f2178cb20a2bd51ed3288e7c3a988b36a5f3b033d6680ff2af8a4ec8"
}
},
"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"
}
}
}