mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "2.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/v2.10.0/chroma-2.10.0-windows-amd64.tar.gz",
|
|
"hash": "d86323976e7adc679d20c47a45b7d2328c594d08e175d835cca968e490c71386"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/alecthomas/chroma/releases/download/v2.10.0/chroma-2.10.0-windows-386.tar.gz",
|
|
"hash": "9bde2769f5f9d007958a4b33569db3c8199b2392371450a1c749f67399952910"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|