2022-06-03 12:30:30 +00:00

25 lines
834 B
JSON

{
"version": "2.0.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/v2.0.0/kalker-windows.msi",
"hash": "fc42b79d1da84ca1a8c9bb9c7bc7fadd471a30a17f41d35d077fbeb2b87170f7"
}
},
"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"
}
}
}
}