vhs: Update to version 0.9.0

This commit is contained in:
github-actions[bot] 2025-01-15 20:27:29 +00:00
parent 8c47d482eb
commit b341f97bc4

View File

@ -1,5 +1,5 @@
{ {
"version": "0.8.0", "version": "0.9.0",
"homepage": "https://github.com/charmbracelet/vhs", "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).", "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", "license": "MIT",
@ -9,14 +9,14 @@
], ],
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/charmbracelet/vhs/releases/download/v0.8.0/vhs_0.8.0_Windows_x86_64.zip", "url": "https://github.com/charmbracelet/vhs/releases/download/v0.9.0/vhs_0.9.0_Windows_x86_64.zip",
"hash": "857058e28ef37742ff939457f69eb6b337c4599bad84d95fccfe30c2de6c0b62", "hash": "9da16cca61123e78c90e8fdd95f4dc9185254f7b32c87c08de03d13e66b16ed6",
"extract_dir": "vhs_0.8.0_Windows_x86_64" "extract_dir": "vhs_0.9.0_Windows_x86_64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/charmbracelet/vhs/releases/download/v0.8.0/vhs_0.8.0_Windows_i386.zip", "url": "https://github.com/charmbracelet/vhs/releases/download/v0.9.0/vhs_0.9.0_Windows_i386.zip",
"hash": "1ad3f7ca28243461d4c72e32856849c265f580507a23dd405288677139ed55f1", "hash": "d32f4d5c7bd2a96ae8bf82b5d930fe1368e48b694315fedb33bb9d18ddb59d26",
"extract_dir": "vhs_0.8.0_Windows_i386" "extract_dir": "vhs_0.9.0_Windows_i386"
} }
}, },
"bin": "vhs.exe", "bin": "vhs.exe",