2024-03-26 21:06:00 +00:00

24 lines
699 B
JSON

{
"version": "0.12.1",
"description": "Command line calculator app.",
"homepage": "https://kalk.dev/",
"license": "BSD-2-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/xoofx/kalk/releases/download/0.12.1/kalk.0.12.1.win-x64.zip",
"hash": "e61eebd94d69b231864b00d2389924f1a912afd751b4bfa073881d0069a35cb9"
}
},
"bin": "kalk.exe",
"checkver": {
"github": "https://github.com/xoofx/kalk"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/xoofx/kalk/releases/download/$version/kalk.$version.win-x64.zip"
}
}
}
}