glow: Update to version 2.1.0

This commit is contained in:
github-actions[bot] 2025-02-27 00:36:21 +00:00
parent 5e13d007c5
commit cc0ee1846b

View File

@ -1,18 +1,18 @@
{ {
"version": "2.0.0", "version": "2.1.0",
"description": "Markdown reader for the terminal with a TUI and encrypted cloud stash", "description": "Markdown reader for the terminal with a TUI and encrypted cloud stash",
"homepage": "https://github.com/charmbracelet/glow", "homepage": "https://github.com/charmbracelet/glow",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/charmbracelet/glow/releases/download/v2.0.0/glow_2.0.0_Windows_x86_64.zip", "url": "https://github.com/charmbracelet/glow/releases/download/v2.1.0/glow_2.1.0_Windows_x86_64.zip",
"hash": "cdb2c65c57a4137097f2dfb5aa3af52364e3aeb26961a5ef84889f45ae1cc6c0", "hash": "53cebc4e4af55258f08fa3a66fd7b1276535112cbd4c39d7a9206b52da8cc1b6",
"extract_dir": "glow_2.0.0_Windows_x86_64" "extract_dir": "glow_2.1.0_Windows_x86_64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/charmbracelet/glow/releases/download/v2.0.0/glow_2.0.0_Windows_i386.zip", "url": "https://github.com/charmbracelet/glow/releases/download/v2.1.0/glow_2.1.0_Windows_i386.zip",
"hash": "6910e2ef6f4a8d0ef97e4b8bf526bcc710bb3e573f05c0724b8ed792dae81afd", "hash": "564d8b8bb7495a74bedf1e34c2997a2fa71ae3e6ac8f926a02bdc4124601cc87",
"extract_dir": "glow_2.0.0_Windows_i386" "extract_dir": "glow_2.1.0_Windows_i386"
} }
}, },
"bin": "glow.exe", "bin": "glow.exe",
@ -22,7 +22,6 @@
"64bit": { "64bit": {
"url": "https://github.com/charmbracelet/glow/releases/download/v$version/glow_$version_Windows_x86_64.zip", "url": "https://github.com/charmbracelet/glow/releases/download/v$version/glow_$version_Windows_x86_64.zip",
"extract_dir": "glow_$version_Windows_x86_64" "extract_dir": "glow_$version_Windows_x86_64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/charmbracelet/glow/releases/download/v$version/glow_$version_Windows_i386.zip", "url": "https://github.com/charmbracelet/glow/releases/download/v$version/glow_$version_Windows_i386.zip",