From cca7b44050925f0f54ac7cd69b23cab1938224ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 14 May 2020 09:12:10 +0200 Subject: [PATCH] chroma: Update to version 0.7.3 (#1083) --- bucket/chroma.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/chroma.json b/bucket/chroma.json index ef942a30a9..bbb3387db1 100644 --- a/bucket/chroma.json +++ b/bucket/chroma.json @@ -1,16 +1,16 @@ { - "homepage": "https://github.com/alecthomas/chroma", + "version": "0.7.3", "description": "A general purpose syntax highlighter in pure Go", - "version": "0.7.2", + "homepage": "https://github.com/alecthomas/chroma", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/alecthomas/chroma/releases/download/v0.7.2/chroma-0.7.2-windows-amd64.tar.gz", - "hash": "4b86ac209c14fe1c9558d5c86bf706b3f948dd222323e3808b8d94db8fe59899" + "url": "https://github.com/alecthomas/chroma/releases/download/v0.7.3/chroma.exe-0.7.3-windows-amd64.tar.gz", + "hash": "cfcfbdeb07377a1afc92dcf523c56696d2588ca9347e73586555057ff68ac587" }, "32bit": { - "url": "https://github.com/alecthomas/chroma/releases/download/v0.7.2/chroma-0.7.2-windows-386.tar.gz", - "hash": "d48395836b0973161a96fc1eaff9f95132aae01c58677fa601e6a479cfc2cce0" + "url": "https://github.com/alecthomas/chroma/releases/download/v0.7.3/chroma.exe-0.7.3-windows-386.tar.gz", + "hash": "f4175727c1d3a3447c0ab16b029d5d47c0aa1413571dc45e7c9a6b41c7aec5a3" } }, "bin": "chroma.exe", @@ -18,10 +18,10 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/alecthomas/chroma/releases/download/v$version/chroma-$version-windows-amd64.tar.gz" + "url": "https://github.com/alecthomas/chroma/releases/download/v$version/chroma.exe-$version-windows-amd64.tar.gz" }, "32bit": { - "url": "https://github.com/alecthomas/chroma/releases/download/v$version/chroma-$version-windows-386.tar.gz" + "url": "https://github.com/alecthomas/chroma/releases/download/v$version/chroma.exe-$version-windows-386.tar.gz" } }, "hash": {