{ "version": "0.10.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.10.0/vhs_0.10.0_Windows_x86_64.zip", "hash": "7f5cffbbd01fe4229af0540856ddc0da933af0c16c05b1fbe62e0ef2097038a8", "extract_dir": "vhs_0.10.0_Windows_x86_64" }, "32bit": { "url": "https://github.com/charmbracelet/vhs/releases/download/v0.10.0/vhs_0.10.0_Windows_i386.zip", "hash": "3877df84e95a0a48e2ed611bf5b68f69d7905f39e6cd5345f1244dbc4bf2a5e7", "extract_dir": "vhs_0.10.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$" } } }