From 4bf103f91d906a095405d100ee66f3fdd5a22e15 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 08:29:53 +0000 Subject: [PATCH] chroma: Update to version 2.1.0 --- bucket/chroma.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/chroma.json b/bucket/chroma.json index b1159c6993..2a2b22728b 100644 --- a/bucket/chroma.json +++ b/bucket/chroma.json @@ -1,16 +1,16 @@ { - "version": "2.0.1", + "version": "2.1.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.0.1/chroma-2.0.1-windows-amd64.tar.gz", - "hash": "0593aa16944c7b5d8cc10f36cdc62df55df2f40a6a1ed71165738b34fefe88bf" + "url": "https://github.com/alecthomas/chroma/releases/download/v2.1.0/chroma-2.1.0-windows-amd64.tar.gz", + "hash": "a2c6436fd0ca6730b15980e789ef19a897055fd940334648956e36602a9c8f3b" }, "32bit": { - "url": "https://github.com/alecthomas/chroma/releases/download/v2.0.1/chroma-2.0.1-windows-386.tar.gz", - "hash": "a2f65318639a6a32e2b06d93f40b4659a462f18bd0676cd1f5abb4f03c1eb082" + "url": "https://github.com/alecthomas/chroma/releases/download/v2.1.0/chroma-2.1.0-windows-386.tar.gz", + "hash": "ffb4af6469f64a36b9854c4b108ed98e2279df9ddb530dac069a402f8e93bd1b" } }, "bin": "chroma.exe",