{
    "version": "2.8.87",
    "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.87/tightvnc-2.8.87-gpl-setup-64bit.msi",
            "hash": "aa256612c5b8bb387355e9c4bce6068bf9ba77ef849f54efcf6087d86b86f52a"
        },
        "32bit": {
            "url": "https://www.tightvnc.com/download/2.8.87/tightvnc-2.8.87-gpl-setup-32bit.msi",
            "hash": "ca0ba580d1581ebd47f7670fe01025e8b23ee6f30dd77adc927b38a4f93de473"
        }
    },
    "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"
            }
        }
    }
}
