{
    "version": "3.2",
    "description": "Parametric 2D/3D CAD tool",
    "homepage": "https://github.com/solvespace/solvespace",
    "license": "GPL-3.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/solvespace/solvespace/releases/download/v3.2/solvespace_x64.exe#/solvespace.exe",
            "hash": "74b6fddce308c78f01cea6a0c6f4812a1b4a550a0a0a488c9fd0e1b2d0ef7584"
        },
        "32bit": {
            "url": "https://github.com/solvespace/solvespace/releases/download/v3.2/solvespace_x86.exe#/solvespace.exe",
            "hash": "d9dbed4e557ae2749a77d0e941f3cc7a61fc900d8ff787ac126d291e8bf78c42"
        }
    },
    "bin": "solvespace.exe",
    "shortcuts": [
        [
            "solvespace.exe",
            "SolveSpace"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/solvespace/solvespace/releases/download/v$version/solvespace_x64.exe#/solvespace.exe"
            },
            "32bit": {
                "url": "https://github.com/solvespace/solvespace/releases/download/v$version/solvespace_x86.exe#/solvespace.exe"
            }
        }
    }
}
