From 8a93db5ccf6b2f85395e41d5d1d539e6ee71e6f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 28 Oct 2020 10:56:21 +0100 Subject: [PATCH] glow: Update to version 1.1.0 --- bucket/glow.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/glow.json b/bucket/glow.json index 3d586f0dee..2f3fbb781b 100644 --- a/bucket/glow.json +++ b/bucket/glow.json @@ -1,16 +1,16 @@ { - "version": "1.0.2", - "homepage": "https://github.com/charmbracelet/glow", + "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.0.2/glow_1.0.2_Windows_x86_64.zip", - "hash": "55181c2273ba734408569bad785ca3a78d68d55b413141c08583de6e59709859" + "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.0.2/glow_1.0.2_Windows_i386.zip", - "hash": "53ae2593404db99a122e3d81d350293abe5440cb5fab0ddf206de706da7719cb" + "url": "https://github.com/charmbracelet/glow/releases/download/v1.1.0/glow_1.1.0_Windows_i386.zip", + "hash": "c56380a29bc3c2a277fedc0df35f59a4021d30e521a72235060ef9d92e7a96d2" } }, "bin": "glow.exe",