{
    "version": "2025.1.0",
    "description": "3D Reconstruction Software based on the AliceVision Photogrammetric Computer Vision framework.",
    "homepage": "https://alicevision.org",
    "license": {
        "identifier": "MPL-2.0",
        "url": "https://github.com/alicevision/Meshroom/blob/develop/LICENSE-MPL2.md"
    },
    "architecture": {
        "64bit": {
            "url": "https://zenodo.org/records/16887472/files/Meshroom-2025.1.0-Windows.zip",
            "hash": "md5:6af3282e0b6e739a36a2607d8e86fa82",
            "extract_dir": "Meshroom-2025.1.0"
        }
    },
    "bin": "meshroom.exe",
    "shortcuts": [
        [
            "meshroom.exe",
            "Meshroom"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/alicevision/Meshroom/releases/latest",
        "jsonpath": "$.body",
        "regex": "(?i)\\[[^[]+-([\\d.]+)[^[]+Windows\\]\\(.+records/(?<doi>[\\d]+)/files/(?<name>[^]]+)\\)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://zenodo.org/records/$matchDoi/files/$matchName",
                "hash": {
                    "url": "https://zenodo.org/api/records/$matchDoi",
                    "regex": "(?msi)\"$basename\".+?\"md5:$md5\""
                },
                "extract_dir": "Meshroom-$version"
            }
        }
    }
}
