vhs: Update to version 0.4.0

This commit is contained in:
github-actions[bot] 2023-04-05 20:28:42 +00:00
parent 9f05112b6d
commit bcd605edc2

View File

@ -1,5 +1,5 @@
{
"version": "0.3.0",
"version": "0.4.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.3.0/vhs_0.3.0_Windows_x86_64.zip",
"hash": "6c8165f54759d98127dec0d92b7f7cff868483f66fbe6004d06f6935eac30ff4"
"url": "https://github.com/charmbracelet/vhs/releases/download/v0.4.0/vhs_0.4.0_Windows_x86_64.zip",
"hash": "0f2a4f4a5b3596f43895257e81067f9c7998c3f04856e4fc9f165c5d06f735bd"
},
"32bit": {
"url": "https://github.com/charmbracelet/vhs/releases/download/v0.3.0/vhs_0.3.0_Windows_i386.zip",
"hash": "866619d84023f3dd1f1a649a6d3e59173b2e6b752c3a7e5b1e7252d3241701b6"
"url": "https://github.com/charmbracelet/vhs/releases/download/v0.4.0/vhs_0.4.0_Windows_i386.zip",
"hash": "bb8256de18be69f68ed84b4323eecc03ae4bd3e753128d1254306a7ca4e15811"
}
},
"bin": "vhs.exe",