From f063c76a32f6ca04e728bcd81024a6dcaf6bb599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 21 Sep 2020 08:10:17 +0200 Subject: [PATCH] chroma: Update to version 0.8.1 --- bucket/chroma.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/chroma.json b/bucket/chroma.json index c53d20a3e1..dc56610c92 100644 --- a/bucket/chroma.json +++ b/bucket/chroma.json @@ -1,16 +1,16 @@ { - "version": "0.8.0", + "version": "0.8.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.0/chroma-0.8.0-windows-amd64.tar.gz", - "hash": "a4e2ec67f32b91f703ab336f154e098fa971e1dc82872a9d24011fc6cb4755ce" + "url": "https://github.com/alecthomas/chroma/releases/download/v0.8.1/chroma-0.8.1-windows-amd64.tar.gz", + "hash": "b14d1d1f7c14d5aedce60fa410b3324a92c89fd45dd66e347419ae9022c6f861" }, "32bit": { - "url": "https://github.com/alecthomas/chroma/releases/download/v0.8.0/chroma-0.8.0-windows-386.tar.gz", - "hash": "c6a86971f2178cb20a2bd51ed3288e7c3a988b36a5f3b033d6680ff2af8a4ec8" + "url": "https://github.com/alecthomas/chroma/releases/download/v0.8.1/chroma-0.8.1-windows-386.tar.gz", + "hash": "f7bdcd1389f52ea4931d5adeb631e929317f7766313fa18f1d4470f9e6bd1811" } }, "bin": "chroma.exe",