2019-07-20 11:01:13 +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.6",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v0.6.6/chroma-0.6.6-windows-amd64.tar.gz",
"hash": "f77593c263641b3a00558fbd5e8d26c64cc59d4e7548136af0c1d9ff209bc20e"
},
"32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v0.6.6/chroma-0.6.6-windows-386.tar.gz",
"hash": "b4f1864a068b4f236e7b4af3a4aec12f5ed2f321a9f760aecbbeee462122a3ac"
}
},
"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"
}
}
}