chroma: Update to version 0.9.2

This commit is contained in:
Richard Kuhnt 2021-06-17 01:00:24 +00:00
parent 4b119605ef
commit 3934788322

View File

@ -1,16 +1,16 @@
{
"version": "0.9.1",
"version": "0.9.2",
"description": "A general purpose syntax highlighter in pure Go",
"homepage": "https://github.com/alecthomas/chroma",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v0.9.1/chroma-0.9.1-windows-amd64.tar.gz",
"hash": "e63e786101119490a9a3821e038c87b0fe10a7b516ca02a046e546fbe5ecfffd"
"url": "https://github.com/alecthomas/chroma/releases/download/v0.9.2/chroma-0.9.2-windows-amd64.tar.gz",
"hash": "98dc6b549bbd09a4eb49cdf9be9257ab20e22b1b911c93c21acffeffaac5dd16"
},
"32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v0.9.1/chroma-0.9.1-windows-386.tar.gz",
"hash": "26cd3b38a83586753d85593b4e2ff5309473662729f7bf4ebdd7dd01afcee3eb"
"url": "https://github.com/alecthomas/chroma/releases/download/v0.9.2/chroma-0.9.2-windows-386.tar.gz",
"hash": "ea2dce627795430dd3470ae55cf56da056bd734696fb38ef10307cc68281bb54"
}
},
"bin": "chroma.exe",