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.18.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.18.0/chroma-2.18.0-windows-amd64.tar.gz",
|
|
"hash": "e79d27fbb3c8bc6853acc5d97667d9d493bf4903bb35bb9275bd15f9436f19b1"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/alecthomas/chroma/releases/download/v2.18.0/chroma-2.18.0-windows-386.tar.gz",
|
|
"hash": "020d986294601e382e97717d02f5c3836c3741fff4fb376639b05279261a45a6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|