glow: Update to version 1.5.1 (#4794)

* glow: update filename

* glow: Update to version 1.5.1
This commit is contained in:
Zarin 2023-05-23 15:27:10 -04:00 committed by GitHub
parent a53cc25137
commit f182c8971b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,16 @@
{
"version": "1.5.0",
"version": "1.5.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.5.0/glow_1.5.0_Windows_x86_64.zip",
"hash": "b4285260141d27556a2ccd694775260eac2324b94630be257a1bff7d57c948a8"
"url": "https://github.com/charmbracelet/glow/releases/download/v1.5.1/glow_Windows_x86_64.zip",
"hash": "cc5b195457237385e6000fb61d471732cc1f89c10fcdfd20c0463ba7a5aa7a5d"
},
"32bit": {
"url": "https://github.com/charmbracelet/glow/releases/download/v1.5.0/glow_1.5.0_Windows_i386.zip",
"hash": "0b73652fc72c076d0059ddebf9dbfe4c6333dda182c0f6212abb56a4af85170d"
"url": "https://github.com/charmbracelet/glow/releases/download/v1.5.1/glow_Windows_i386.zip",
"hash": "22ef6d17e9f46f56e6724f408fec850db67e712a1f0e4ee8b7f6bab2bf4c0b6e"
}
},
"bin": "glow.exe",
@ -18,10 +18,10 @@
"autoupdate": {
"architecture": {
"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_Windows_x86_64.zip"
},
"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_Windows_i386.zip"
}
},
"hash": {