mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "1.5.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.5.0/glow_1.5.0_Windows_x86_64.zip",
|
|
"hash": "b4285260141d27556a2ccd694775260eac2324b94630be257a1bff7d57c948a8"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/charmbracelet/glow/releases/download/v1.5.0/glow_1.5.0_Windows_i386.zip",
|
|
"hash": "0b73652fc72c076d0059ddebf9dbfe4c6333dda182c0f6212abb56a4af85170d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|