{ "version": "0.9.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", "depends": [ "ttyd", "ffmpeg" ], "architecture": { "64bit": { "url": "https://github.com/charmbracelet/vhs/releases/download/v0.9.0/vhs_0.9.0_Windows_x86_64.zip", "hash": "9da16cca61123e78c90e8fdd95f4dc9185254f7b32c87c08de03d13e66b16ed6", "extract_dir": "vhs_0.9.0_Windows_x86_64" }, "32bit": { "url": "https://github.com/charmbracelet/vhs/releases/download/v0.9.0/vhs_0.9.0_Windows_i386.zip", "hash": "d32f4d5c7bd2a96ae8bf82b5d930fe1368e48b694315fedb33bb9d18ddb59d26", "extract_dir": "vhs_0.9.0_Windows_i386" } }, "bin": "vhs.exe", "checkver": "github", "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/charmbracelet/vhs/releases/download/v$version/vhs_$version_Windows_x86_64.zip", "extract_dir": "vhs_$version_Windows_x86_64" }, "32bit": { "url": "https://github.com/charmbracelet/vhs/releases/download/v$version/vhs_$version_Windows_i386.zip", "extract_dir": "vhs_$version_Windows_i386" } }, "hash": { "url": "$baseurl/checksums.txt", "regex": "(?m)^$sha256.*?$basename$" } } }