mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://github.com/alecthomas/chroma",
|
|
"description": "A general purpose syntax highlighter in pure Go",
|
|
"version": "0.6.5",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/alecthomas/chroma/releases/download/v0.6.5/chroma-0.6.5-windows-amd64.tar.gz",
|
|
"hash": "269fa52bc232f62161bc7422304f0bcff480bc71bf8193104e7c77b6edd946c3"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/alecthomas/chroma/releases/download/v0.6.5/chroma-0.6.5-windows-386.tar.gz",
|
|
"hash": "dad38d5a0606d0f1eca3c1b25cac52deaa31e96d7a0610bd3db8a94244b6feed"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|