From ea097866a408f7071a3557973089f373e727c04e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 04:27:22 +0000 Subject: [PATCH] chroma: Update to version 2.8.0 --- bucket/chroma.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/chroma.json b/bucket/chroma.json index 33a0057b53..55120dc54a 100644 --- a/bucket/chroma.json +++ b/bucket/chroma.json @@ -1,16 +1,16 @@ { - "version": "2.7.0", + "version": "2.8.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.7.0/chroma-2.7.0-windows-amd64.tar.gz", - "hash": "d82a0487e130f031d35b8f6453e409bbc19fcfcf1a3ae7369c09cbabdc9caf27" + "url": "https://github.com/alecthomas/chroma/releases/download/v2.8.0/chroma-2.8.0-windows-amd64.tar.gz", + "hash": "3403297ee40ac11983b5bc85a610808104643aa6fabbb1b8b2cc32f193862ef2" }, "32bit": { - "url": "https://github.com/alecthomas/chroma/releases/download/v2.7.0/chroma-2.7.0-windows-386.tar.gz", - "hash": "5378762afa082f4992ada9b053cc7ce81e08807a046bab68cc8b2e84a84366b7" + "url": "https://github.com/alecthomas/chroma/releases/download/v2.8.0/chroma-2.8.0-windows-386.tar.gz", + "hash": "a03b46bfe50e651040fe8d6a6aa74a1b823d66120cd36f35cc5b297746481b4c" } }, "bin": "chroma.exe",