ScoopInstaller_Main/chroma.json
2018-12-22 00:00:31 +00:00

32 lines
1.2 KiB
JSON

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