chroma: Update to version 0.10.0

This commit is contained in:
github-actions[bot] 2022-01-13 12:30:25 +00:00
parent 59c66c50a8
commit ed58958640

View File

@ -1,16 +1,16 @@
{ {
"version": "0.9.4", "version": "0.10.0",
"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.9.4/chroma-0.9.4-windows-amd64.tar.gz", "url": "https://github.com/alecthomas/chroma/releases/download/v0.10.0/chroma-0.10.0-windows-amd64.tar.gz",
"hash": "4e66ef2452550e377b71dc3dac8ef830bd832d6011d76730dbca88c47a0bbe7c" "hash": "54fc2376b1c34bb6f839937c0d073df3e84ac02f49506528cdaca31bbeaa23d1"
}, },
"32bit": { "32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v0.9.4/chroma-0.9.4-windows-386.tar.gz", "url": "https://github.com/alecthomas/chroma/releases/download/v0.10.0/chroma-0.10.0-windows-386.tar.gz",
"hash": "5b506899afbf80dbd369e574f190fdc68e6bac042fe5e3e01627a4ed086cc050" "hash": "b5120744c154a0b6a8fc5a7599ec15dbc6f773681ede68b77ee28ac02bf56a47"
} }
}, },
"bin": "chroma.exe", "bin": "chroma.exe",