vhs: Update to version 0.8.0

This commit is contained in:
github-actions[bot] 2024-09-06 20:27:42 +00:00
parent c0342828ca
commit 043b3b8c31

View File

@ -1,5 +1,5 @@
{
"version": "0.7.2",
"version": "0.8.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,14 +9,14 @@
],
"architecture": {
"64bit": {
"url": "https://github.com/charmbracelet/vhs/releases/download/v0.7.2/vhs_0.7.2_Windows_x86_64.zip",
"hash": "96cfae9ccd2cfe2d17ff6ec6d462ea27ea8d07c1a7eb8ce3cb2e0f833e53666d",
"extract_dir": "vhs_0.7.2_Windows_x86_64"
"url": "https://github.com/charmbracelet/vhs/releases/download/v0.8.0/vhs_0.8.0_Windows_x86_64.zip",
"hash": "857058e28ef37742ff939457f69eb6b337c4599bad84d95fccfe30c2de6c0b62",
"extract_dir": "vhs_0.8.0_Windows_x86_64"
},
"32bit": {
"url": "https://github.com/charmbracelet/vhs/releases/download/v0.7.2/vhs_0.7.2_Windows_i386.zip",
"hash": "bcb2d418a23ddc4380fe91a60df6c3c887a1dcd351de64ccc8f94a4d59409c20",
"extract_dir": "vhs_0.7.2_Windows_i386"
"url": "https://github.com/charmbracelet/vhs/releases/download/v0.8.0/vhs_0.8.0_Windows_i386.zip",
"hash": "1ad3f7ca28243461d4c72e32856849c265f580507a23dd405288677139ed55f1",
"extract_dir": "vhs_0.8.0_Windows_i386"
}
},
"bin": "vhs.exe",