chroma: Update to version 2.6.0

This commit is contained in:
github-actions[bot] 2023-03-20 12:31:51 +00:00
parent e5a05a63b3
commit 7bec7c0b9f

View File

@ -1,16 +1,16 @@
{ {
"version": "2.5.0", "version": "2.6.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/v2.5.0/chroma-2.5.0-windows-amd64.tar.gz", "url": "https://github.com/alecthomas/chroma/releases/download/v2.6.0/chroma-2.6.0-windows-amd64.tar.gz",
"hash": "d89b4dec6a426ed78f175d7e9b8457b6c1dc4de305ec3eb8cdcea0451239e857" "hash": "a55067e60e338056742659a8ad1b8d2b72e92ac9b3ea672531fcf357d41ad031"
}, },
"32bit": { "32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v2.5.0/chroma-2.5.0-windows-386.tar.gz", "url": "https://github.com/alecthomas/chroma/releases/download/v2.6.0/chroma-2.6.0-windows-386.tar.gz",
"hash": "3f3db8a63ad9abf16336aa9cc11c781541378b90536489af60fed97aa657f4fc" "hash": "51500116de5328215692c81fef404ddb4d73e19fccdbdf443980b238666fa067"
} }
}, },
"bin": "chroma.exe", "bin": "chroma.exe",