{
    "version": "2.10.1",
    "homepage": "https://labplot.kde.org/",
    "description": "A free, open source, and cross-platform Data Visualization and Analysis software accessible to everyone.",
    "license": "GPL-2.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://download.kde.org/stable/labplot/labplot-2.10.1-64bit-setup.exe#/dl.7z",
            "hash": "671716bc3eb8dc58571522e8a3a76505dda6b7ebed949c2d421ff8a5703f5ad3"
        }
    },
    "extract_to": "_EXTRACTED",
    "pre_install": [
        "Expand-7zipArchive (Get-ChildItem \"$dir\\_EXTRACTED\\labplot-*.7z\").FullName \"$dir\"",
        "Remove-Item \"$dir\\_EXTRACTED\" -Force -Recurse"
    ],
    "shortcuts": [
        [
            "bin\\labplot2.exe",
            "LabPlot2"
        ]
    ],
    "checkver": {
        "url": "https://download.kde.org/stable/labplot/",
        "regex": "labplot-([\\d.]+)-64bit-setup\\.exe"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://download.kde.org/stable/labplot/labplot-$version-64bit-setup.exe#/dl.7z"
            }
        }
    }
}
