chroma: Update to version 0.7.3 (#1083)

This commit is contained in:
Jakub Čábera 2020-05-14 09:12:10 +02:00 committed by GitHub
parent a21a569062
commit cca7b44050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,16 @@
{ {
"homepage": "https://github.com/alecthomas/chroma", "version": "0.7.3",
"description": "A general purpose syntax highlighter in pure Go", "description": "A general purpose syntax highlighter in pure Go",
"version": "0.7.2", "homepage": "https://github.com/alecthomas/chroma",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v0.7.2/chroma-0.7.2-windows-amd64.tar.gz", "url": "https://github.com/alecthomas/chroma/releases/download/v0.7.3/chroma.exe-0.7.3-windows-amd64.tar.gz",
"hash": "4b86ac209c14fe1c9558d5c86bf706b3f948dd222323e3808b8d94db8fe59899" "hash": "cfcfbdeb07377a1afc92dcf523c56696d2588ca9347e73586555057ff68ac587"
}, },
"32bit": { "32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v0.7.2/chroma-0.7.2-windows-386.tar.gz", "url": "https://github.com/alecthomas/chroma/releases/download/v0.7.3/chroma.exe-0.7.3-windows-386.tar.gz",
"hash": "d48395836b0973161a96fc1eaff9f95132aae01c58677fa601e6a479cfc2cce0" "hash": "f4175727c1d3a3447c0ab16b029d5d47c0aa1413571dc45e7c9a6b41c7aec5a3"
} }
}, },
"bin": "chroma.exe", "bin": "chroma.exe",
@ -18,10 +18,10 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "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": { "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": { "hash": {