{
    "version": "0.1.25",
    "description": "A highly OpenSSH-compatible client with extended features.",
    "homepage": "https://trzsz.github.io/tssh",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/trzsz/trzsz-ssh/releases/download/v0.1.25/tssh_0.1.25_windows_x86_64.zip",
            "hash": "a1ac7631ed567c3fb8edd4c66114aa0620aaca525980a689d341ec78060f5a29",
            "extract_dir": "tssh_0.1.25_windows_x86_64"
        },
        "32bit": {
            "url": "https://github.com/trzsz/trzsz-ssh/releases/download/v0.1.25/tssh_0.1.25_windows_i386.zip",
            "hash": "083f2cc660ae17ed3d44b72b6cdecfd9e73f9bbe5557ae4c6c3af1edbb825997",
            "extract_dir": "tssh_0.1.25_windows_i386"
        },
        "arm64": {
            "url": "https://github.com/trzsz/trzsz-ssh/releases/download/v0.1.25/tssh_0.1.25_windows_aarch64.zip",
            "hash": "ee68779a742cec99bae889c581a124677d49ce7540c0cef0d7e842e16eb76314",
            "extract_dir": "tssh_0.1.25_windows_aarch64"
        }
    },
    "bin": "tssh.exe",
    "checkver": {
        "github": "https://github.com/trzsz/trzsz-ssh"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/trzsz/trzsz-ssh/releases/download/v$version/tssh_$version_windows_x86_64.zip",
                "extract_dir": "tssh_$version_windows_x86_64"
            },
            "32bit": {
                "url": "https://github.com/trzsz/trzsz-ssh/releases/download/v$version/tssh_$version_windows_i386.zip",
                "extract_dir": "tssh_$version_windows_i386"
            },
            "arm64": {
                "url": "https://github.com/trzsz/trzsz-ssh/releases/download/v$version/tssh_$version_windows_aarch64.zip",
                "extract_dir": "tssh_$version_windows_aarch64"
            }
        }
    }
}
