2023-01-24 20:26:26 +00:00

25 lines
834 B
JSON

{
"version": "2.0.3",
"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.0.3/kalker-windows.msi",
"hash": "36561d8f9988f7443b58b199f6ea1b9fa96b0d699af5c6d1c023a83518c52354"
}
},
"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"
}
}
}
}