From e954ddbb1355983379d2b2179ec19ab626093c42 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 16:30:57 +0000 Subject: [PATCH] chroma: Update to version 2.0.0 --- bucket/chroma.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/chroma.json b/bucket/chroma.json index 7d99fa6ebe..4fd18ed072 100644 --- a/bucket/chroma.json +++ b/bucket/chroma.json @@ -1,16 +1,16 @@ { - "version": "0.10.0", + "version": "2.0.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/v0.10.0/chroma-0.10.0-windows-amd64.tar.gz", - "hash": "54fc2376b1c34bb6f839937c0d073df3e84ac02f49506528cdaca31bbeaa23d1" + "url": "https://github.com/alecthomas/chroma/releases/download/v2.0.0/chroma-2.0.0-windows-amd64.tar.gz", + "hash": "6b31f7498264546086e3f68d750524453a5280542999e404fa19502f28f5ccd0" }, "32bit": { - "url": "https://github.com/alecthomas/chroma/releases/download/v0.10.0/chroma-0.10.0-windows-386.tar.gz", - "hash": "b5120744c154a0b6a8fc5a7599ec15dbc6f773681ede68b77ee28ac02bf56a47" + "url": "https://github.com/alecthomas/chroma/releases/download/v2.0.0/chroma-2.0.0-windows-386.tar.gz", + "hash": "c5b1641cd3f24eef0db8ccd6424cff555c3689653fd19fd4c170957f1b7901e0" } }, "bin": "chroma.exe",