ScoopInstaller_Main/bucket/wakatime-cli.json
2023-08-04 12:30:09 +00:00

32 lines
1.3 KiB
JSON

{
"version": "1.73.2",
"description": "Command line interface to WakaTime used by all WakaTime text editor plugins.",
"homepage": "https://wakatime.com/",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.73.2/wakatime-cli-windows-amd64.zip",
"hash": "eae48fe7009c7558e3b98d73b1f642945e9b27b52d068600091fdaa8260c8233"
},
"32bit": {
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.73.2/wakatime-cli-windows-386.zip",
"hash": "7567d1a2d8ef61af6a9348db06591843d4471e8a0a5ef62114d0489df4c2e4fd"
}
},
"pre_install": "Get-ChildItem \"$dir\\wakatime-cli-windows-*.exe\" | Rename-Item -NewName 'wakatime-cli.exe'",
"bin": "wakatime-cli.exe",
"checkver": {
"github": "https://github.com/wakatime/wakatime-cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v$version/wakatime-cli-windows-amd64.zip"
},
"32bit": {
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v$version/wakatime-cli-windows-386.zip"
}
}
}
}