chroma: Update to version 2.0.0

This commit is contained in:
github-actions[bot] 2022-05-27 16:30:57 +00:00
parent aa75c314ef
commit e954ddbb13

View File

@ -1,16 +1,16 @@
{ {
"version": "0.10.0", "version": "2.0.0",
"description": "A general purpose syntax highlighter in pure Go", "description": "A general purpose syntax highlighter in pure Go",
"homepage": "https://github.com/alecthomas/chroma", "homepage": "https://github.com/alecthomas/chroma",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v0.10.0/chroma-0.10.0-windows-amd64.tar.gz", "url": "https://github.com/alecthomas/chroma/releases/download/v2.0.0/chroma-2.0.0-windows-amd64.tar.gz",
"hash": "54fc2376b1c34bb6f839937c0d073df3e84ac02f49506528cdaca31bbeaa23d1" "hash": "6b31f7498264546086e3f68d750524453a5280542999e404fa19502f28f5ccd0"
}, },
"32bit": { "32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v0.10.0/chroma-0.10.0-windows-386.tar.gz", "url": "https://github.com/alecthomas/chroma/releases/download/v2.0.0/chroma-2.0.0-windows-386.tar.gz",
"hash": "b5120744c154a0b6a8fc5a7599ec15dbc6f773681ede68b77ee28ac02bf56a47" "hash": "c5b1641cd3f24eef0db8ccd6424cff555c3689653fd19fd4c170957f1b7901e0"
} }
}, },
"bin": "chroma.exe", "bin": "chroma.exe",