mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
vhs: Update to version 0.6.0, fix url
This commit is contained in:
parent
cfa578d8e8
commit
e87a1d677a
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.5.0",
|
||||
"version": "0.6.0",
|
||||
"homepage": "https://github.com/charmbracelet/vhs",
|
||||
"description": "A cli application that allows you to create terminal GIFs as code for integration testing and demoing your CLI tools (ex. neofetch/winfetch).",
|
||||
"license": "MIT",
|
||||
@ -9,12 +9,12 @@
|
||||
],
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/charmbracelet/vhs/releases/download/v0.5.0/vhs_Windows_x86_64.zip",
|
||||
"hash": "ddf272cdf91631c2b1c365a50b1ff35430fa19e6c17c20349a0ce7a1bf5b56b8"
|
||||
"url": "https://github.com/charmbracelet/vhs/releases/download/v0.6.0/vhs_0.6.0_Windows_x86_64.zip",
|
||||
"hash": "ad8912327a059c048dbfb219c16fbc4b66152102d81f717cd2a62173eef06931"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/charmbracelet/vhs/releases/download/v0.4.0/vhs_Windows_i386.zip",
|
||||
"hash": "5e72e974e4af26eb2b22741539fb3a4dace7cc2a6f74827c2f3822d10a6cdbc3"
|
||||
"url": "https://github.com/charmbracelet/vhs/releases/download/v0.6.0/vhs_0.6.0_Windows_i386.zip",
|
||||
"hash": "92e519e5e054b518034d6579ea9185beaa45c96cd8f497f1c5ef609cb4f4f39e"
|
||||
}
|
||||
},
|
||||
"bin": "vhs.exe",
|
||||
@ -22,10 +22,10 @@
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/charmbracelet/vhs/releases/download/v$version/vhs_Windows_x86_64.zip"
|
||||
"url": "https://github.com/charmbracelet/vhs/releases/download/v$version/vhs_$version_Windows_x86_64.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/charmbracelet/vhs/releases/download/v$version/vhs_Windows_i386.zip"
|
||||
"url": "https://github.com/charmbracelet/vhs/releases/download/v$version/vhs_$version_Windows_i386.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user