mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "2.2.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.2.0/chroma-2.2.0-windows-amd64.tar.gz",
|
|
"hash": "d7e4418ceeac4cccd02d8df5ffc0d0c4cbdb8d90d5fd6f923cd49124bb5104ff"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/alecthomas/chroma/releases/download/v2.2.0/chroma-2.2.0-windows-386.tar.gz",
|
|
"hash": "a9762f35bb23eb75f1b9fad98b450e1eecef48aad7ef5ba231253552e7dfcfdd"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|