From adfe832536a2b8918074585d1bf04e7def017c09 Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Wed, 12 Jan 2022 14:07:31 +0800 Subject: [PATCH] kalker: Add version 1.1.0 --- bucket/kalker.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/kalker.json 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" + } + } + } +}