chroma: Update to version 0.8.1

This commit is contained in:
Jakub Čábera 2020-09-21 08:10:17 +02:00
parent d42b60800b
commit f063c76a32

View File

@ -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",