2022-01-13 12:30:25 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.10.0",
"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.10.0/chroma-0.10.0-windows-amd64.tar.gz",
"hash": "54fc2376b1c34bb6f839937c0d073df3e84ac02f49506528cdaca31bbeaa23d1"
},
"32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v0.10.0/chroma-0.10.0-windows-386.tar.gz",
"hash": "b5120744c154a0b6a8fc5a7599ec15dbc6f773681ede68b77ee28ac02bf56a47"
}
},
"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"
}
}
}