2023-03-20 12:31:51 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.6.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.6.0/chroma-2.6.0-windows-amd64.tar.gz",
"hash": "a55067e60e338056742659a8ad1b8d2b72e92ac9b3ea672531fcf357d41ad031"
},
"32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v2.6.0/chroma-2.6.0-windows-386.tar.gz",
"hash": "51500116de5328215692c81fef404ddb4d73e19fccdbdf443980b238666fa067"
}
},
"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"
}
}
}