mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 15:11:21 +00:00
24 lines
696 B
JSON
24 lines
696 B
JSON
{
|
|
"version": "0.6.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.6.0/kalk.0.6.0.win-x64.zip",
|
|
"hash": "c6d8e8f8f7783a733c80c4c2c54bb2d7f8ce71f01f63ee1857fc1566314ce949"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|