mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 04:41:21 +00:00
kalker: Add version 1.1.0
This commit is contained in:
parent
d656498ef9
commit
adfe832536
24
bucket/kalker.json
Normal file
24
bucket/kalker.json
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"version": "1.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/v1.1.0/kalker-windows.msi",
|
||||||
|
"hash": "200fb939f1884e9c116b66d6d814af0f4514241a05f7fcde9db96757e7edbde6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user