chroma: Update to version 2.0.1

This commit is contained in:
github-actions[bot] 2022-05-28 16:29:55 +00:00
parent 8f0127ff8a
commit 3752c5b435

View File

@ -1,16 +1,16 @@
{
"version": "2.0.0",
"version": "2.0.1",
"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.0.0/chroma-2.0.0-windows-amd64.tar.gz",
"hash": "6b31f7498264546086e3f68d750524453a5280542999e404fa19502f28f5ccd0"
"url": "https://github.com/alecthomas/chroma/releases/download/v2.0.1/chroma-2.0.1-windows-amd64.tar.gz",
"hash": "0593aa16944c7b5d8cc10f36cdc62df55df2f40a6a1ed71165738b34fefe88bf"
},
"32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v2.0.0/chroma-2.0.0-windows-386.tar.gz",
"hash": "c5b1641cd3f24eef0db8ccd6424cff555c3689653fd19fd4c170957f1b7901e0"
"url": "https://github.com/alecthomas/chroma/releases/download/v2.0.1/chroma-2.0.1-windows-386.tar.gz",
"hash": "a2f65318639a6a32e2b06d93f40b4659a462f18bd0676cd1f5abb4f03c1eb082"
}
},
"bin": "chroma.exe",