mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-28 03:21:37 +00:00
25 lines
834 B
JSON
25 lines
834 B
JSON
{
|
|
"version": "2.0.4",
|
|
"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.4/kalker-windows.msi",
|
|
"hash": "598ad28a53b0161d682b699f803e263593d5caab729d51eef931252f2c54d2f7"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|