From e7a14eec21e7e0a12ecb654a1fa3f46a278a53de Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 19 Jul 2019 02:00:29 +0000 Subject: [PATCH] chroma: Update to version 0.6.5 --- bucket/chroma.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/chroma.json b/bucket/chroma.json index c6ef2dfe13..54334d9f81 100644 --- a/bucket/chroma.json +++ b/bucket/chroma.json @@ -1,16 +1,16 @@ { "homepage": "https://github.com/alecthomas/chroma", "description": "A general purpose syntax highlighter in pure Go", - "version": "0.6.3", + "version": "0.6.5", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/alecthomas/chroma/releases/download/v0.6.3/chroma-0.6.3-windows-amd64.tar.gz", - "hash": "205877506de5dd9b26107dabca6229bd962872e649f2855209bc400dc811f861" + "url": "https://github.com/alecthomas/chroma/releases/download/v0.6.5/chroma-0.6.5-windows-amd64.tar.gz", + "hash": "269fa52bc232f62161bc7422304f0bcff480bc71bf8193104e7c77b6edd946c3" }, "32bit": { - "url": "https://github.com/alecthomas/chroma/releases/download/v0.6.3/chroma-0.6.3-windows-386.tar.gz", - "hash": "d67f2969332e168d2ddfea467a0d9a151671947c7e0d48e0ed65fa661ea0e722" + "url": "https://github.com/alecthomas/chroma/releases/download/v0.6.5/chroma-0.6.5-windows-386.tar.gz", + "hash": "dad38d5a0606d0f1eca3c1b25cac52deaa31e96d7a0610bd3db8a94244b6feed" } }, "bin": "chroma.exe",