mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "1.1.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.1.0/glow_1.1.0_Windows_x86_64.zip",
|
|
"hash": "d69879e998ac21dcb83f8d78188664218b2a1e79857e5258f32d7534922515e2"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/charmbracelet/glow/releases/download/v1.1.0/glow_1.1.0_Windows_i386.zip",
|
|
"hash": "c56380a29bc3c2a277fedc0df35f59a4021d30e521a72235060ef9d92e7a96d2"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|