kalker: Add version 1.1.0

This commit is contained in:
Hsiao-nan Cheung 2022-01-12 14:07:31 +08:00
parent d656498ef9
commit adfe832536
No known key found for this signature in database
GPG Key ID: A97377F8EF10E3F2

24
bucket/kalker.json Normal file
View 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"
}
}
}
}