2021-04-24 23:00:16 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.9.1",
"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"
},
"32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v0.9.1/chroma-0.9.1-windows-386.tar.gz",
"hash": "26cd3b38a83586753d85593b4e2ff5309473662729f7bf4ebdd7dd01afcee3eb"
}
},
"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"
}
}
}