2019-11-05 07:00:17 +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.9",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v0.6.9/chroma-0.6.9-windows-amd64.tar.gz",
"hash": "b7e6416df82851f42e13d98c807654bae7a2288a9da46a32e0af50318caaf4d1"
},
"32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v0.6.9/chroma-0.6.9-windows-386.tar.gz",
"hash": "3dd8ff18a9eecf77d79d8693194409ad080c889e51ebb104c7d60114d6fb81c9"
}
},
"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"
}
}
}