vhs: Update to version 0.5.0 (#4818)

This commit is contained in:
Carlos Alexandro Becker 2023-05-27 14:26:13 -03:00 committed by GitHub
parent 119457ab38
commit 2653ab9eca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
{
"version": "0.4.0",
"version": "0.5.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.4.0/vhs_0.4.0_Windows_x86_64.zip",
"hash": "0f2a4f4a5b3596f43895257e81067f9c7998c3f04856e4fc9f165c5d06f735bd"
"url": "https://github.com/charmbracelet/vhs/releases/download/v0.5.0/vhs_Windows_x86_64.zip",
"hash": "ddf272cdf91631c2b1c365a50b1ff35430fa19e6c17c20349a0ce7a1bf5b56b8"
},
"32bit": {
"url": "https://github.com/charmbracelet/vhs/releases/download/v0.4.0/vhs_0.4.0_Windows_i386.zip",
"hash": "bb8256de18be69f68ed84b4323eecc03ae4bd3e753128d1254306a7ca4e15811"
"url": "https://github.com/charmbracelet/vhs/releases/download/v0.4.0/vhs_Windows_i386.zip",
"hash": "5e72e974e4af26eb2b22741539fb3a4dace7cc2a6f74827c2f3822d10a6cdbc3"
}
},
"bin": "vhs.exe",
@ -22,10 +22,10 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/charmbracelet/vhs/releases/download/v$version/vhs_$version_Windows_x86_64.zip"
"url": "https://github.com/charmbracelet/vhs/releases/download/v$version/vhs_Windows_x86_64.zip"
},
"32bit": {
"url": "https://github.com/charmbracelet/vhs/releases/download/v$version/vhs_$version_Windows_i386.zip"
"url": "https://github.com/charmbracelet/vhs/releases/download/v$version/vhs_Windows_i386.zip"
}
},
"hash": {