2023-09-16 16:26:34 +00:00

24 lines
699 B
JSON

{
"version": "0.11.0",
"description": "Command line calculator app.",
"homepage": "https://kalk.dev/",
"license": "BSD-2-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/xoofx/kalk/releases/download/0.11.0/kalk.0.11.0.win-x64.zip",
"hash": "c59040f1297f0e7666e749df1f37f8a8c1dddc7110c80cc87b6bf5bdf41c18d5"
}
},
"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"
}
}
}
}