{
    "version": "21.1.16.1",
    "description": "Windows X-server based on the xorg git sources (like xming or cygwin's xwin)",
    "homepage": "https://github.com/marchaesen/vcxsrv",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/marchaesen/vcxsrv/releases/download/21.1.16.1/vcxsrv-64.21.1.16.1.installer.exe#/dl.7z",
            "hash": "df7fed8f49665d0592528ab6be9d07111ea73c6848283d128b77690e05b8f90b"
        }
    },
    "bin": [
        "vcxsrv.exe",
        "xauth.exe",
        "xcalc.exe",
        "xclock.exe",
        "xhost.exe",
        "xkbcomp.exe",
        "xlaunch.exe",
        "xrdb.exe",
        "xwininfo.exe"
    ],
    "shortcuts": [
        [
            "vcxsrv.exe",
            "VcXsrv"
        ],
        [
            "xlaunch.exe",
            "XLauncher"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/marchaesen/vcxsrv/releases/latest",
        "jsonpath": "$..browser_download_url",
        "regex": "download/(?<tag>[\\d.]+)/vcxsrv-64.([\\d.]+).installer.exe"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/marchaesen/vcxsrv/releases/download/$matchTag/vcxsrv-64.$version.installer.exe#/dl.7z"
            }
        }
    }
}
