vhs: Update to version 0.3.0

This commit is contained in:
github-actions[bot] 2023-02-21 20:27:25 +00:00
parent 483207c708
commit 4a9df6dc0f

View File

@ -1,5 +1,5 @@
{
"version": "0.2.0",
"version": "0.3.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.2.0/vhs_0.2.0_Windows_x86_64.zip",
"hash": "867b9571e61223ac78e914f9b415c7430dd81f5f983a13c767edc4173b8ecfc7"
"url": "https://github.com/charmbracelet/vhs/releases/download/v0.3.0/vhs_0.3.0_Windows_x86_64.zip",
"hash": "6c8165f54759d98127dec0d92b7f7cff868483f66fbe6004d06f6935eac30ff4"
},
"32bit": {
"url": "https://github.com/charmbracelet/vhs/releases/download/v0.2.0/vhs_0.2.0_Windows_i386.zip",
"hash": "21e7edb27b1523798f5a51a63867d4a9c0e2624c820b372dc2d273649ead368c"
"url": "https://github.com/charmbracelet/vhs/releases/download/v0.3.0/vhs_0.3.0_Windows_i386.zip",
"hash": "866619d84023f3dd1f1a649a6d3e59173b2e6b752c3a7e5b1e7252d3241701b6"
}
},
"bin": "vhs.exe",