{
    "version": "5.11.0",
    "description": "Open-source, multi-platform data analysis and visualization application.",
    "homepage": "https://www.paraview.org/",
    "license": "BSD-3-Clause",
    "architecture": {
        "64bit": {
            "url": "https://www.paraview.org/paraview-downloads/download.php?submit=Download&version=v5.11&type=binary&os=Windows&downloadFile=ParaView-5.11.0-Windows-Python3.9-msvc2017-AMD64.zip#/dl.zip",
            "hash": "md5:ce4fe5b5ab6f900f7528853d95a5bed0",
            "extract_dir": "ParaView-5.11.0-Windows-Python3.9-msvc2017-AMD64"
        }
    },
    "bin": [
        "bin\\paraview.exe",
        "bin\\pvbatch.exe",
        "bin\\pvdataserver.exe",
        "bin\\pvpython.exe",
        "bin\\pvrenderserver.exe",
        "bin\\pvserver.exe",
        "bin\\vrpn_server.exe"
    ],
    "shortcuts": [
        [
            "bin\\paraview.exe",
            "ParaView"
        ]
    ],
    "checkver": {
        "url": "https://www.paraview.org/files/listing.txt",
        "regex": "ParaView-([\\d.]+)-Windows-Python(?<pythonver>[\\d.]+)-msvc(?<msvcver>\\d+)-AMD64\\.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://www.paraview.org/paraview-downloads/download.php?submit=Download&version=v$majorVersion.$minorVersion&type=binary&os=Windows&downloadFile=ParaView-$version-Windows-Python$matchPythonver-msvc$matchMsvcver-AMD64.zip#/dl.zip",
                "extract_dir": "ParaView-$version-Windows-Python$matchPythonver-msvc$matchMsvcver-AMD64"
            }
        },
        "hash": {
            "url": "https://www.paraview.org/paraview-downloads/download.php?submit=Download&version=v$majorVersion.$minorVersion&type=binary&os=Windows&downloadFile=md5sum.txt",
            "regex": "$md5\\s+$basename"
        }
    }
}
