chroma: Update to version 0.8.2

This commit is contained in:
Jakub Čábera 2020-11-20 08:47:26 +01:00
parent ad9b3e6cf1
commit 8dfde7b2a8

View File

@ -1,16 +1,16 @@
{ {
"version": "0.8.1", "version": "0.8.2",
"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.8.1/chroma-0.8.1-windows-amd64.tar.gz", "url": "https://github.com/alecthomas/chroma/releases/download/v0.8.2/chroma-0.8.2-windows-amd64.tar.gz",
"hash": "b14d1d1f7c14d5aedce60fa410b3324a92c89fd45dd66e347419ae9022c6f861" "hash": "3c994dc416b11c8acbdcd24c8d21583512b4468f77a8e3c47f42e64085184366"
}, },
"32bit": { "32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v0.8.1/chroma-0.8.1-windows-386.tar.gz", "url": "https://github.com/alecthomas/chroma/releases/download/v0.8.2/chroma-0.8.2-windows-386.tar.gz",
"hash": "f7bdcd1389f52ea4931d5adeb631e929317f7766313fa18f1d4470f9e6bd1811" "hash": "8b18eb81fa30541032f9e404152ee6753e93f76a73e4f135111d4dde344a4274"
} }
}, },
"bin": "chroma.exe", "bin": "chroma.exe",