{
    "version": "5.10.0",
    "description": "Multi-purpose calculator",
    "homepage": "https://qalculate.github.io/",
    "license": "GPL-2.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Qalculate/libqalculate/releases/download/v5.10.0/qalculate-5.10.0-x64.zip",
            "hash": "28f12e409ee3c3bb4cdceb5af26a36a6541803a76b3869e4f503a4403999c0ef"
        }
    },
    "extract_dir": "qalculate",
    "bin": [
        "qalc.exe",
        "qalculate-gtk.exe",
        "qalculate-qt.exe"
    ],
    "shortcuts": [
        [
            "qalculate-gtk.exe",
            "Qalculate! (GTK)"
        ],
        [
            "qalculate-qt.exe",
            "Qalculate! (Qt)"
        ]
    ],
    "persist": "user",
    "checkver": {
        "github": "https://github.com/Qalculate/libqalculate"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Qalculate/libqalculate/releases/download/v$version/qalculate-$version-x64.zip"
            }
        }
    }
}
