mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "0.9.4",
|
|
"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/v0.9.4/chroma-0.9.4-windows-amd64.tar.gz",
|
|
"hash": "4e66ef2452550e377b71dc3dac8ef830bd832d6011d76730dbca88c47a0bbe7c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/alecthomas/chroma/releases/download/v0.9.4/chroma-0.9.4-windows-386.tar.gz",
|
|
"hash": "5b506899afbf80dbd369e574f190fdc68e6bac042fe5e3e01627a4ed086cc050"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|