2020-05-14 15:12:10 +08:00

32 lines
1.2 KiB
JSON

{
"version": "0.7.3",
"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.7.3/chroma.exe-0.7.3-windows-amd64.tar.gz",
"hash": "cfcfbdeb07377a1afc92dcf523c56696d2588ca9347e73586555057ff68ac587"
},
"32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v0.7.3/chroma.exe-0.7.3-windows-386.tar.gz",
"hash": "f4175727c1d3a3447c0ab16b029d5d47c0aa1413571dc45e7c9a6b41c7aec5a3"
}
},
"bin": "chroma.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v$version/chroma.exe-$version-windows-amd64.tar.gz"
},
"32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v$version/chroma.exe-$version-windows-386.tar.gz"
}
},
"hash": {
"url": "$baseurl/chroma-$version-checksums.txt"
}
}
}