{
    "version": "2023.12",
    "description": "System for processing and editing 3D triangular meshes.",
    "homepage": "http://www.meshlab.net",
    "license": "GPL-3.0-or-later",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/cnr-isti-vclab/meshlab/releases/download/MeshLab-2023.12/MeshLab2023.12-windows.zip",
            "hash": "77725318a5e46051f2fd134707160a5117099bb4f859690ad76b523ddd737666"
        }
    },
    "pre_install": "Remove-Item \"$dir\\vc_red*\"",
    "bin": "meshlab.exe",
    "shortcuts": [
        [
            "meshlab.exe",
            "MeshLab"
        ]
    ],
    "checkver": {
        "github": "https://github.com/cnr-isti-vclab/meshlab",
        "regex": "tag/MeshLab-([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/cnr-isti-vclab/meshlab/releases/download/MeshLab-$version/MeshLab$version-windows.zip"
            }
        }
    }
}
