{
    "version": "0.1.7",
    "description": "A UDP-based SSH server with roaming support.",
    "homepage": "https://trzsz.github.io/tsshd",
    "license": "MIT",
    "notes": "Need to allow $original_dir\\tsshd.exe through the firewall for it to work properly.",
    "architecture": {
        "64bit": {
            "url": "https://github.com/trzsz/tsshd/releases/download/v0.1.7/tsshd_0.1.7_windows_x86_64.zip",
            "hash": "608d9e00b3c08af3ee1689100a35ea8b2a3f20e8163b25ba2ccdce5b8776cfe3",
            "extract_dir": "tsshd_0.1.7_windows_x86_64"
        },
        "32bit": {
            "url": "https://github.com/trzsz/tsshd/releases/download/v0.1.7/tsshd_0.1.7_windows_i386.zip",
            "hash": "81a109f253e413b85cf9316c7f440db94d99feb45894de7141a4a864bd79e79c",
            "extract_dir": "tsshd_0.1.7_windows_i386"
        },
        "arm64": {
            "url": "https://github.com/trzsz/tsshd/releases/download/v0.1.7/tsshd_0.1.7_windows_aarch64.zip",
            "hash": "9a5227bd8100c8dc69b6f31cf378c8406d6db65a76e0c69f9be65c2b70df8eb8",
            "extract_dir": "tsshd_0.1.7_windows_aarch64"
        }
    },
    "bin": "tsshd.exe",
    "checkver": {
        "github": "https://github.com/trzsz/tsshd"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/trzsz/tsshd/releases/download/v$version/tsshd_$version_windows_x86_64.zip",
                "extract_dir": "tsshd_$version_windows_x86_64"
            },
            "32bit": {
                "url": "https://github.com/trzsz/tsshd/releases/download/v$version/tsshd_$version_windows_i386.zip",
                "extract_dir": "tsshd_$version_windows_i386"
            },
            "arm64": {
                "url": "https://github.com/trzsz/tsshd/releases/download/v$version/tsshd_$version_windows_aarch64.zip",
                "extract_dir": "tsshd_$version_windows_aarch64"
            }
        },
        "hash": {
            "url": "$baseurl/tsshd_$version_checksums.txt"
        }
    }
}
