{
    "version": "3.6.2",
    "description": "Scientific plotting and graphing program, designed to produce publication-ready 2D and 3D plots.",
    "homepage": "https://veusz.github.io",
    "license": "GPL-2.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/veusz/veusz/releases/download/veusz-3.6.2/veusz-3.6.2-x64-windows-setup.exe#/dl.7z",
            "hash": "6881977fc44797067d561915be8250594d170ad4c087617fe09f7d583e49be01"
        }
    },
    "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\uninst*\" -Force -Recurse",
    "bin": "veusz.exe",
    "shortcuts": [
        [
            "veusz.exe",
            "Veusz"
        ]
    ],
    "checkver": {
        "github": "https://github.com/veusz/veusz",
        "regex": "Veusz\\s([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/veusz/veusz/releases/download/veusz-$version/veusz-$version-x64-windows-setup.exe#/dl.7z"
            }
        }
    }
}
