2024-03-12 08:25:59 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.13.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.13.0/chroma-2.13.0-windows-amd64.tar.gz",
"hash": "7515294a7aaacec9b1db9adcd81ca792d76a6b534df5fc17268ab9d42741ce7f"
},
"32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v2.13.0/chroma-2.13.0-windows-386.tar.gz",
"hash": "a984b3a384069d21c3ad3523f26d29a1df7fab0b2fd90951ccbac1155f7964f5"
}
},
"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"
}
}
}