mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 20:44:27 +00:00
25 lines
834 B
JSON
25 lines
834 B
JSON
{
|
|
"version": "2.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/v2.1.0/kalker-windows.msi",
|
|
"hash": "baa2ac7e52ed864570a09e12de80d3ee3f0967c9a6f5b42777006819445585c8"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|