diff --git a/bucket/kalker.json b/bucket/kalker.json new file mode 100644 index 0000000000..2239fe6c59 --- /dev/null +++ b/bucket/kalker.json @@ -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" + } + } + } +}