mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
glow: Update to version 1.5.1 (#4794)
* glow: update filename * glow: Update to version 1.5.1
This commit is contained in:
parent
a53cc25137
commit
f182c8971b
@ -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",
|
"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/v1.5.0/glow_1.5.0_Windows_x86_64.zip",
|
"url": "https://github.com/charmbracelet/glow/releases/download/v1.5.1/glow_Windows_x86_64.zip",
|
||||||
"hash": "b4285260141d27556a2ccd694775260eac2324b94630be257a1bff7d57c948a8"
|
"hash": "cc5b195457237385e6000fb61d471732cc1f89c10fcdfd20c0463ba7a5aa7a5d"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/charmbracelet/glow/releases/download/v1.5.0/glow_1.5.0_Windows_i386.zip",
|
"url": "https://github.com/charmbracelet/glow/releases/download/v1.5.1/glow_Windows_i386.zip",
|
||||||
"hash": "0b73652fc72c076d0059ddebf9dbfe4c6333dda182c0f6212abb56a4af85170d"
|
"hash": "22ef6d17e9f46f56e6724f408fec850db67e712a1f0e4ee8b7f6bab2bf4c0b6e"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "glow.exe",
|
"bin": "glow.exe",
|
||||||
@ -18,10 +18,10 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"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_Windows_x86_64.zip"
|
||||||
},
|
},
|
||||||
"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_Windows_i386.zip"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user