From a35855593cb2c1f05260a4a23bd90ea24af45fbf Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 24 Sep 2019 04:00:21 +0000 Subject: [PATCH] chroma: Update to version 0.6.7 --- bucket/chroma.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/chroma.json b/bucket/chroma.json index 7913acb8d6..d006e94e64 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.6", + "version": "0.6.7", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/alecthomas/chroma/releases/download/v0.6.6/chroma-0.6.6-windows-amd64.tar.gz", - "hash": "f77593c263641b3a00558fbd5e8d26c64cc59d4e7548136af0c1d9ff209bc20e" + "url": "https://github.com/alecthomas/chroma/releases/download/v0.6.7/chroma-0.6.7-windows-amd64.tar.gz", + "hash": "624eafe3def4e611c67f7ad4eb295217b70a5216bf1b000acafa596b9150838d" }, "32bit": { - "url": "https://github.com/alecthomas/chroma/releases/download/v0.6.6/chroma-0.6.6-windows-386.tar.gz", - "hash": "b4f1864a068b4f236e7b4af3a4aec12f5ed2f321a9f760aecbbeee462122a3ac" + "url": "https://github.com/alecthomas/chroma/releases/download/v0.6.7/chroma-0.6.7-windows-386.tar.gz", + "hash": "4f28751cb15657792549700b07394d7fb4b63a049e14e1f8bf6055693f343aff" } }, "bin": "chroma.exe",