From e947fdcf8a1e84825f26cde9378fb7300ee36a45 Mon Sep 17 00:00:00 2001 From: Ash258 Date: Mon, 13 Apr 2020 16:21:10 +0200 Subject: [PATCH] chroma: Update to version 0.7.2 --- bucket/chroma.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/chroma.json b/bucket/chroma.json index 8e15019d40..ef942a30a9 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.7.0", + "version": "0.7.2", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/alecthomas/chroma/releases/download/v0.7.0/chroma-0.7.0-windows-amd64.tar.gz", - "hash": "09b6afe1c37d3c73261330a63f1c41c96887dc4fe2d693c36f121cdf88e4d629" + "url": "https://github.com/alecthomas/chroma/releases/download/v0.7.2/chroma-0.7.2-windows-amd64.tar.gz", + "hash": "4b86ac209c14fe1c9558d5c86bf706b3f948dd222323e3808b8d94db8fe59899" }, "32bit": { - "url": "https://github.com/alecthomas/chroma/releases/download/v0.7.0/chroma-0.7.0-windows-386.tar.gz", - "hash": "64a3fb560ae72b27d223985a03521f4997312811123b374bba50927cdd2e4ea7" + "url": "https://github.com/alecthomas/chroma/releases/download/v0.7.2/chroma-0.7.2-windows-386.tar.gz", + "hash": "d48395836b0973161a96fc1eaff9f95132aae01c58677fa601e6a479cfc2cce0" } }, "bin": "chroma.exe",