{
    "version": "0.9.0",
    "description": "The opensource 3D CAD viewer and converter",
    "homepage": "https://github.com/fougue/mayo",
    "license": "BSD-2-Clause",
    "architecture": {
        "64bit": {
            "url": "https://github.com/fougue/mayo/releases/download/v0.9.0/Mayo-0.9.0-win64-binaries.zip",
            "hash": "933d095012b343e3c3714045175be3f0d32e751077e92be101157628901a7579",
            "extract_dir": "Mayo-0.9.0-win64-binaries"
        }
    },
    "bin": "mayo.exe",
    "shortcuts": [
        [
            "mayo.exe",
            "Mayo"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/fougue/mayo/releases/download/v$version/Mayo-$version-win64-binaries.zip",
                "extract_dir": "Mayo-$version-win64-binaries"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
