chroma: Update to version 0.6.9

This commit is contained in:
Richard Kuhnt 2019-11-05 07:00:17 +00:00
parent ca29f9b06e
commit 00c481914c

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.8", "version": "0.6.9",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v0.6.8/chroma-0.6.8-windows-amd64.tar.gz", "url": "https://github.com/alecthomas/chroma/releases/download/v0.6.9/chroma-0.6.9-windows-amd64.tar.gz",
"hash": "b13c5a87c0d85fa00d9dee557cfce956e134635fe41fec6c3875a09a45312276" "hash": "b7e6416df82851f42e13d98c807654bae7a2288a9da46a32e0af50318caaf4d1"
}, },
"32bit": { "32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v0.6.8/chroma-0.6.8-windows-386.tar.gz", "url": "https://github.com/alecthomas/chroma/releases/download/v0.6.9/chroma-0.6.9-windows-386.tar.gz",
"hash": "926e9ebc42325db97207aa6597c38d4c1b885abe7f6c9071bdeee6917a820b09" "hash": "3dd8ff18a9eecf77d79d8693194409ad080c889e51ebb104c7d60114d6fb81c9"
} }
}, },
"bin": "chroma.exe", "bin": "chroma.exe",