2021-06-17 01:00:24 +00:00

32 lines
1.2 KiB
JSON

{
"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.2/chroma-0.9.2-windows-amd64.tar.gz",
"hash": "98dc6b549bbd09a4eb49cdf9be9257ab20e22b1b911c93c21acffeffaac5dd16"
},
"32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v0.9.2/chroma-0.9.2-windows-386.tar.gz",
"hash": "ea2dce627795430dd3470ae55cf56da056bd734696fb38ef10307cc68281bb54"
}
},
"bin": "chroma.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v$version/chroma-$version-windows-amd64.tar.gz"
},
"32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v$version/chroma-$version-windows-386.tar.gz"
}
},
"hash": {
"url": "$baseurl/chroma-$version-checksums.txt"
}
}
}