chroma: Update to version 0.6.3

This commit is contained in:
Richard Kuhnt 2019-03-25 05:00:23 +00:00
parent 950f73f5e6
commit dac2516775

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.2", "version": "0.6.3",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v0.6.2/chroma-0.6.2-windows-amd64.tar.gz", "url": "https://github.com/alecthomas/chroma/releases/download/v0.6.3/chroma-0.6.3-windows-amd64.tar.gz",
"hash": "3a8609342bd4d66da529fc0cb4bd741f1ae4a78548d8748d41289715211eb419" "hash": "205877506de5dd9b26107dabca6229bd962872e649f2855209bc400dc811f861"
}, },
"32bit": { "32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v0.6.2/chroma-0.6.2-windows-386.tar.gz", "url": "https://github.com/alecthomas/chroma/releases/download/v0.6.3/chroma-0.6.3-windows-386.tar.gz",
"hash": "82a8e8bfb4e0bee39ec59a17fdc6f6470d8bc840929e37cd99aa78ae0bfa77ee" "hash": "d67f2969332e168d2ddfea467a0d9a151671947c7e0d48e0ed65fa661ea0e722"
} }
}, },
"bin": "chroma.exe", "bin": "chroma.exe",