From a557e6778534c14d11c93a9bf7ffbd88e00e789d Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 24 Apr 2021 23:00:16 +0000 Subject: [PATCH] chroma: Update to version 0.9.1 --- bucket/chroma.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/chroma.json b/bucket/chroma.json index 4f7d66b091..5b4a61f0be 100644 --- a/bucket/chroma.json +++ b/bucket/chroma.json @@ -1,16 +1,16 @@ { - "version": "0.8.2", + "version": "0.9.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/v0.8.2/chroma-0.8.2-windows-amd64.tar.gz", - "hash": "3c994dc416b11c8acbdcd24c8d21583512b4468f77a8e3c47f42e64085184366" + "url": "https://github.com/alecthomas/chroma/releases/download/v0.9.1/chroma-0.9.1-windows-amd64.tar.gz", + "hash": "e63e786101119490a9a3821e038c87b0fe10a7b516ca02a046e546fbe5ecfffd" }, "32bit": { - "url": "https://github.com/alecthomas/chroma/releases/download/v0.8.2/chroma-0.8.2-windows-386.tar.gz", - "hash": "8b18eb81fa30541032f9e404152ee6753e93f76a73e4f135111d4dde344a4274" + "url": "https://github.com/alecthomas/chroma/releases/download/v0.9.1/chroma-0.9.1-windows-386.tar.gz", + "hash": "26cd3b38a83586753d85593b4e2ff5309473662729f7bf4ebdd7dd01afcee3eb" } }, "bin": "chroma.exe",