mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-03 22:44:25 +00:00
24 lines
696 B
JSON
24 lines
696 B
JSON
{
|
|
"version": "0.7.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.7.1/kalk.0.7.1.win-x64.zip",
|
|
"hash": "a6c055c041b8849e4b5ffb7dff5523fe7ba63bf903172c04efbf2f1171411439"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|