mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 23:21:19 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "2.0.1",
|
|
"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.0.1/chroma-2.0.1-windows-amd64.tar.gz",
|
|
"hash": "0593aa16944c7b5d8cc10f36cdc62df55df2f40a6a1ed71165738b34fefe88bf"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/alecthomas/chroma/releases/download/v2.0.1/chroma-2.0.1-windows-386.tar.gz",
|
|
"hash": "a2f65318639a6a32e2b06d93f40b4659a462f18bd0676cd1f5abb4f03c1eb082"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|