chroma: Update to version 0.6.7

This commit is contained in:
Richard Kuhnt 2019-09-24 04:00:21 +00:00
parent b59aa63895
commit a35855593c

View File

@ -1,16 +1,16 @@
{ {
"homepage": "https://github.com/alecthomas/chroma", "homepage": "https://github.com/alecthomas/chroma",
"description": "A general purpose syntax highlighter in pure Go", "description": "A general purpose syntax highlighter in pure Go",
"version": "0.6.6", "version": "0.6.7",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v0.6.6/chroma-0.6.6-windows-amd64.tar.gz", "url": "https://github.com/alecthomas/chroma/releases/download/v0.6.7/chroma-0.6.7-windows-amd64.tar.gz",
"hash": "f77593c263641b3a00558fbd5e8d26c64cc59d4e7548136af0c1d9ff209bc20e" "hash": "624eafe3def4e611c67f7ad4eb295217b70a5216bf1b000acafa596b9150838d"
}, },
"32bit": { "32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v0.6.6/chroma-0.6.6-windows-386.tar.gz", "url": "https://github.com/alecthomas/chroma/releases/download/v0.6.7/chroma-0.6.7-windows-386.tar.gz",
"hash": "b4f1864a068b4f236e7b4af3a4aec12f5ed2f321a9f760aecbbeee462122a3ac" "hash": "4f28751cb15657792549700b07394d7fb4b63a049e14e1f8bf6055693f343aff"
} }
}, },
"bin": "chroma.exe", "bin": "chroma.exe",