mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-27 11:01:32 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "1.4.0",
|
|
"description": "Markdown reader for the terminal with a TUI and encrypted cloud stash",
|
|
"homepage": "https://github.com/charmbracelet/glow",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/charmbracelet/glow/releases/download/v1.4.0/glow_1.4.0_Windows_x86_64.zip",
|
|
"hash": "edabf312bc23a75601da560784061d8e8eb2c6323e49dc69db8b411fa4e1141d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/charmbracelet/glow/releases/download/v1.4.0/glow_1.4.0_Windows_i386.zip",
|
|
"hash": "f1f34f3b02b1efecd636c888576f21d8d3ce791c6029a2176e7b6c929517c98c"
|
|
}
|
|
},
|
|
"bin": "glow.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/charmbracelet/glow/releases/download/v$version/glow_$version_Windows_x86_64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/charmbracelet/glow/releases/download/v$version/glow_$version_Windows_i386.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|