From 887013d636392d9120770d4d97ffaa2874729a3c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 22 Dec 2018 00:00:31 +0000 Subject: [PATCH] chroma: Update to version 0.6.1 --- chroma.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/chroma.json b/chroma.json index 004263a4f4..13b414ff6d 100644 --- a/chroma.json +++ b/chroma.json @@ -1,16 +1,16 @@ { "homepage": "https://github.com/alecthomas/chroma", "description": "A general purpose syntax highlighter in pure Go", - "version": "0.6.0", + "version": "0.6.1", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/alecthomas/chroma/releases/download/v0.6.0/chroma-0.6.0-windows-amd64.tar.gz", - "hash": "5db849ac85c3c0907a346f5132a59666412c0f1193515e3966e7cac4d90b5f28" + "url": "https://github.com/alecthomas/chroma/releases/download/v0.6.1/chroma-0.6.1-windows-amd64.tar.gz", + "hash": "6efa1fd7402d454cfee97eb10efa21857fde3067c96f8b671389144f3e64a927" }, "32bit": { - "url": "https://github.com/alecthomas/chroma/releases/download/v0.6.0/chroma-0.6.0-windows-386.tar.gz", - "hash": "790483a5d7a9e326436cb059b67498eb3f024549cc8cb3d6c4483d7c0ab0d285" + "url": "https://github.com/alecthomas/chroma/releases/download/v0.6.1/chroma-0.6.1-windows-386.tar.gz", + "hash": "46ca1a4edb1fa684dc778d3eb6a0a77a176340f38fa09efd8977686705cbbfd8" } }, "bin": "chroma.exe",