2022-09-16 12:31:22 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.3.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/v2.3.0/chroma-2.3.0-windows-amd64.tar.gz",
"hash": "a0ade13f888186d158b671ad6ce3d392078dead110c97f9ce891f344786ecc4c"
},
"32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v2.3.0/chroma-2.3.0-windows-386.tar.gz",
"hash": "dbdf9ecd16997c5510d154e3bd3e7f386e9997c318f2a1c95ae00d993822206d"
}
},
"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"
}
}
}