mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41:20 +00:00
chroma: Update to version 0.8.0
This commit is contained in:
parent
fa780e655f
commit
4cf8011513
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "0.7.3",
|
||||
"version": "0.8.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/v0.7.3/chroma.exe-0.7.3-windows-amd64.tar.gz",
|
||||
"hash": "cfcfbdeb07377a1afc92dcf523c56696d2588ca9347e73586555057ff68ac587"
|
||||
"url": "https://github.com/alecthomas/chroma/releases/download/v0.8.0/chroma-0.8.0-windows-amd64.tar.gz",
|
||||
"hash": "a4e2ec67f32b91f703ab336f154e098fa971e1dc82872a9d24011fc6cb4755ce"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/alecthomas/chroma/releases/download/v0.7.3/chroma.exe-0.7.3-windows-386.tar.gz",
|
||||
"hash": "f4175727c1d3a3447c0ab16b029d5d47c0aa1413571dc45e7c9a6b41c7aec5a3"
|
||||
"url": "https://github.com/alecthomas/chroma/releases/download/v0.8.0/chroma-0.8.0-windows-386.tar.gz",
|
||||
"hash": "c6a86971f2178cb20a2bd51ed3288e7c3a988b36a5f3b033d6680ff2af8a4ec8"
|
||||
}
|
||||
},
|
||||
"bin": "chroma.exe",
|
||||
@ -18,10 +18,10 @@
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/alecthomas/chroma/releases/download/v$version/chroma.exe-$version-windows-amd64.tar.gz"
|
||||
"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.exe-$version-windows-386.tar.gz"
|
||||
"url": "https://github.com/alecthomas/chroma/releases/download/v$version/chroma-$version-windows-386.tar.gz"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user