chroma: Update to version 2.5.0

This commit is contained in:
github-actions[bot] 2023-02-04 08:27:21 +00:00
parent d2741a1fb4
commit 1dec91a11b

View File

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