{
    "version": "2025.07",
    "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-2025.07/MeshLab2025.07-windows_x86_64.zip",
            "hash": "29d2108b57189a7bb8cda1138255f3e24017ee9beb1fcc5a821d0936574769d0"
        }
    },
    "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_x86_64.zip"
            }
        }
    }
}
