mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
37 lines
1.4 KiB
JSON
37 lines
1.4 KiB
JSON
{
|
|
"version": "2.0.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/v2.0.0/glow_2.0.0_Windows_x86_64.zip",
|
|
"hash": "cdb2c65c57a4137097f2dfb5aa3af52364e3aeb26961a5ef84889f45ae1cc6c0",
|
|
"extract_dir": "glow_2.0.0_Windows_x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/charmbracelet/glow/releases/download/v2.0.0/glow_2.0.0_Windows_i386.zip",
|
|
"hash": "6910e2ef6f4a8d0ef97e4b8bf526bcc710bb3e573f05c0724b8ed792dae81afd",
|
|
"extract_dir": "glow_2.0.0_Windows_i386"
|
|
}
|
|
},
|
|
"bin": "glow.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/charmbracelet/glow/releases/download/v$version/glow_$version_Windows_x86_64.zip",
|
|
"extract_dir": "glow_$version_Windows_x86_64"
|
|
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/charmbracelet/glow/releases/download/v$version/glow_$version_Windows_i386.zip",
|
|
"extract_dir": "glow_$version_Windows_i386"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|