2023-06-30 04:27:22 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.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/v2.8.0/chroma-2.8.0-windows-amd64.tar.gz",
"hash": "3403297ee40ac11983b5bc85a610808104643aa6fabbb1b8b2cc32f193862ef2"
},
"32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v2.8.0/chroma-2.8.0-windows-386.tar.gz",
"hash": "a03b46bfe50e651040fe8d6a6aa74a1b823d66120cd36f35cc5b297746481b4c"
}
},
"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"
}
}
}