2022-01-12 14:07:31 +08:00

25 lines
834 B
JSON

{
"version": "1.1.0",
"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/v1.1.0/kalker-windows.msi",
"hash": "200fb939f1884e9c116b66d6d814af0f4514241a05f7fcde9db96757e7edbde6"
}
},
"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"
}
}
}
}