{
    "version": "0.11.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.11.0/vhs_0.11.0_Windows_x86_64.zip",
            "hash": "e3d87403b25e1e88addec6548bdbfdbee772a5c313c9f6f96c495b8e163f18ba",
            "extract_dir": "vhs_0.11.0_Windows_x86_64"
        },
        "32bit": {
            "url": "https://github.com/charmbracelet/vhs/releases/download/v0.11.0/vhs_0.11.0_Windows_i386.zip",
            "hash": "fcfc6e596cfa208ad3ee8d0b2f35cea57f72172ffdbf27e39c801bd2ca955d8e",
            "extract_dir": "vhs_0.11.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$"
        }
    }
}
