diff --git a/bucket/glow.json b/bucket/glow.json new file mode 100644 index 00000000..25a84cb7 --- /dev/null +++ b/bucket/glow.json @@ -0,0 +1,43 @@ +{ + "version": "1.4.1", + "description": "Markdown reader for the terminal with a TUI and encrypted cloud stash", + "homepage": "https://github.com/charmbracelet/glow", + "license": { + "identifier": "MIT", + "url": "https://github.com/charmbracelet/glow/blob/master/LICENSE" + }, + "changelog": "https://github.com/charmbracelet/glow/releases/tag/v1.4.1", + "architecture": { + "64bit": { + "url": "https://github.com/charmbracelet/glow/releases/download/v1.4.1/glow_1.4.1_Windows_x86_64.zip", + "hash": "47ae32251af83da3034f245ac04fe948c5e8bd7cf21f58e9d8068817231a28c5" + }, + "32bit": { + "url": "https://github.com/charmbracelet/glow/releases/download/v1.4.1/glow_1.4.1_Windows_i386.zip", + "hash": "7505ac497ecf213889585924becb141b702e384490daea7e5a1c2738ceccfa1d" + }, + "arm64": { + "url": "https://github.com/charmbracelet/glow/releases/download/v1.4.1/glow_1.4.1_Windows_armv7.zip", + "hash": "14ba56800071e2a46f16f054560571b54db068a2e4f971defe1f3612ab6699cb" + } + }, + "bin": "glow.exe", + "checkver": "github", + "autoupdate": { + "changelog": "https://github.com/charmbracelet/glow/releases/tag/v$version", + "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" + }, + "arm64": { + "url": "https://github.com/charmbracelet/glow/releases/download/v$version/glow_$version_Windows_armv7.zip" + } + }, + "hash": { + "url": "$baseurl/checksums.txt" + } + } +}