2020-04-13 16:21:10 +02:00

32 lines
1.2 KiB
JSON

{
"homepage": "https://github.com/alecthomas/chroma",
"description": "A general purpose syntax highlighter in pure Go",
"version": "0.7.2",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v0.7.2/chroma-0.7.2-windows-amd64.tar.gz",
"hash": "4b86ac209c14fe1c9558d5c86bf706b3f948dd222323e3808b8d94db8fe59899"
},
"32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v0.7.2/chroma-0.7.2-windows-386.tar.gz",
"hash": "d48395836b0973161a96fc1eaff9f95132aae01c58677fa601e6a479cfc2cce0"
}
},
"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"
}
}
}