mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
25 lines
834 B
JSON
25 lines
834 B
JSON
{
|
|
"version": "2.0.1",
|
|
"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.1/kalker-windows.msi",
|
|
"hash": "aad77103874f8f0fc5fcead245de65da5d03c633d5825426be4acd7bf600a911"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|