2022-03-06 20:26:46 +00:00

24 lines
696 B
JSON

{
"version": "0.5.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.5.0/kalk.0.5.0.win-x64.zip",
"hash": "8d647bb2dac904e62becb3b3d805405cf9e78aa4f7734429730f3b401552a0ee"
}
},
"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"
}
}
}
}