mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
24 lines
696 B
JSON
24 lines
696 B
JSON
{
|
|
"version": "0.4.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.4.0/kalk.0.4.0.win-x64.zip",
|
|
"hash": "4191ead3b5eb1deecd68d27ee1e6042360103864ba87faac6afab85b18bb9300"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|