{ "version": "0.5.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.5.0/vhs_Windows_x86_64.zip", "hash": "ddf272cdf91631c2b1c365a50b1ff35430fa19e6c17c20349a0ce7a1bf5b56b8" }, "32bit": { "url": "https://github.com/charmbracelet/vhs/releases/download/v0.4.0/vhs_Windows_i386.zip", "hash": "5e72e974e4af26eb2b22741539fb3a4dace7cc2a6f74827c2f3822d10a6cdbc3" } }, "bin": "vhs.exe", "checkver": "github", "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/charmbracelet/vhs/releases/download/v$version/vhs_Windows_x86_64.zip" }, "32bit": { "url": "https://github.com/charmbracelet/vhs/releases/download/v$version/vhs_Windows_i386.zip" } }, "hash": { "url": "$baseurl/checksums.txt", "regex": "(?m)^$sha256.*?$basename$" } } }