From 599a34be7969b70527daa3ccce620ef24eb980b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 25 Nov 2020 06:27:40 +0100 Subject: [PATCH] glow: Update to version 1.2.1 --- bucket/glow.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/glow.json b/bucket/glow.json index 8a5ce02995..1f4f0bbdfb 100644 --- a/bucket/glow.json +++ b/bucket/glow.json @@ -1,16 +1,16 @@ { - "version": "1.2.0", + "version": "1.2.1", "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.2.0/glow_1.2.0_Windows_x86_64.zip", - "hash": "e13edf68a6d76a8a14b4c73e1ab56d4e9e60c6c0a25cfc24f48b31f0056c8ab4" + "url": "https://github.com/charmbracelet/glow/releases/download/v1.2.1/glow_1.2.1_Windows_x86_64.zip", + "hash": "6eca56fa93626fdedadd5e93ef53c1086e499c5873388dffd5df6fadd8d59400" }, "32bit": { - "url": "https://github.com/charmbracelet/glow/releases/download/v1.2.0/glow_1.2.0_Windows_i386.zip", - "hash": "9fa2516a96d52f877b678dc10ef0b180dae65b3387d6d670e2d1390bdec609ec" + "url": "https://github.com/charmbracelet/glow/releases/download/v1.2.1/glow_1.2.1_Windows_i386.zip", + "hash": "c511e8382dacb756fc6be9efb54f1970ce21039bb46cd64ea1ed31ac8d3e423f" } }, "bin": "glow.exe",