mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
25 lines
834 B
JSON
25 lines
834 B
JSON
{
|
|
"version": "2.2.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.2.0/kalker-windows.msi",
|
|
"hash": "198ec67b93dbf89bf465eb2fce0affe8f5186a085cea2ddef0ae6b0d1fb46e33"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|