From ace9d0c58e7079b3d2aace556a6f492a9eb748c2 Mon Sep 17 00:00:00 2001 From: batkiz Date: Tue, 20 Oct 2020 00:07:05 +0800 Subject: [PATCH] glow: add version 1.0.2 (#1510) --- bucket/glow.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bucket/glow.json diff --git a/bucket/glow.json b/bucket/glow.json new file mode 100644 index 0000000000..e7ab98e7bc --- /dev/null +++ b/bucket/glow.json @@ -0,0 +1,28 @@ +{ + "version": "1.0.2", + "homepage": "https://github.com/charmbracelet/glow", + "description": "Markdown reader for the terminal with a TUI and encrypted cloud stash", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/charmbracelet/glow/releases/download/v1.0.2/glow_1.0.2_Windows_x86_64.zip", + "hash": "55181c2273ba734408569bad785ca3a78d68d55b413141c08583de6e59709859" + }, + "32bit": { + "url": "https://github.com/charmbracelet/glow/releases/download/v1.0.2/glow_1.0.2_Windows_i386.zip", + "hash": "53ae2593404db99a122e3d81d350293abe5440cb5fab0ddf206de706da7719cb" + } + }, + "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" + } + } + } +}