chroma: Update to version 0.8.0

This commit is contained in:
Jakub Čábera 2020-07-27 21:51:18 +02:00
parent fa780e655f
commit 4cf8011513

View File

@ -1,16 +1,16 @@
{ {
"version": "0.7.3", "version": "0.8.0",
"description": "A general purpose syntax highlighter in pure Go", "description": "A general purpose syntax highlighter in pure Go",
"homepage": "https://github.com/alecthomas/chroma", "homepage": "https://github.com/alecthomas/chroma",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v0.7.3/chroma.exe-0.7.3-windows-amd64.tar.gz", "url": "https://github.com/alecthomas/chroma/releases/download/v0.8.0/chroma-0.8.0-windows-amd64.tar.gz",
"hash": "cfcfbdeb07377a1afc92dcf523c56696d2588ca9347e73586555057ff68ac587" "hash": "a4e2ec67f32b91f703ab336f154e098fa971e1dc82872a9d24011fc6cb4755ce"
}, },
"32bit": { "32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v0.7.3/chroma.exe-0.7.3-windows-386.tar.gz", "url": "https://github.com/alecthomas/chroma/releases/download/v0.8.0/chroma-0.8.0-windows-386.tar.gz",
"hash": "f4175727c1d3a3447c0ab16b029d5d47c0aa1413571dc45e7c9a6b41c7aec5a3" "hash": "c6a86971f2178cb20a2bd51ed3288e7c3a988b36a5f3b033d6680ff2af8a4ec8"
} }
}, },
"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.exe-$version-windows-amd64.tar.gz" "url": "https://github.com/alecthomas/chroma/releases/download/v$version/chroma-$version-windows-amd64.tar.gz"
}, },
"32bit": { "32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v$version/chroma.exe-$version-windows-386.tar.gz" "url": "https://github.com/alecthomas/chroma/releases/download/v$version/chroma-$version-windows-386.tar.gz"
} }
}, },
"hash": { "hash": {