{
    "version": "2.2.2",
    "description": "Calculator with math syntax that supports user-defined variables and functions, complex numbers, and estimation of derivatives and integrals",
    "homepage": "https://kalker.xyz",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/PaddiM8/kalker/releases/download/v2.2.2/kalker-windows.msi",
            "hash": "df9799b9bd6f0acf8cabbcebace9a5ea743e1401d1a37cc644b8fb2d141b3312"
        }
    },
    "extract_dir": "kalker",
    "bin": "kalker.exe",
    "checkver": {
        "github": "https://github.com/PaddiM8/kalker"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/PaddiM8/kalker/releases/download/v$version/kalker-windows.msi"
            }
        }
    }
}
