{
    "version": "2.8.81",
    "description": "VNC-Compatible Remote Control / Remote Desktop",
    "homepage": "https://tightvnc.com",
    "license": "GPL-2.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://www.tightvnc.com/download/2.8.81/tightvnc-2.8.81-gpl-setup-64bit.msi",
            "hash": "0d6402e530a563c90040d7c07b98ab68670d3669e4cc573ad24056ff960c9dcb"
        },
        "32bit": {
            "url": "https://www.tightvnc.com/download/2.8.81/tightvnc-2.8.81-gpl-setup-32bit.msi",
            "hash": "89d90ff49a6d853dd613d7ab9d092bf931aa36b905a49ccc58032fd83e8c12da"
        }
    },
    "extract_dir": "PFiles\\TightVNC",
    "bin": [
        "tvnviewer.exe",
        "tvnserver.exe"
    ],
    "shortcuts": [
        [
            "tvnviewer.exe",
            "TightVNC Viewer"
        ],
        [
            "tvnserver.exe",
            "TightVNC Server"
        ]
    ],
    "checkver": {
        "url": "https://www.tightvnc.com/download.php",
        "regex": "\\(Version ([\\d.]+)\\)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://www.tightvnc.com/download/$version/tightvnc-$version-gpl-setup-64bit.msi"
            },
            "32bit": {
                "url": "https://www.tightvnc.com/download/$version/tightvnc-$version-gpl-setup-32bit.msi"
            }
        }
    }
}
