wakatime-cli: Update to version 1.98.1

This commit is contained in:
github-actions[bot] 2024-07-24 16:28:48 +00:00
parent 6efd4f9c48
commit 04fda076e2

View File

@ -1,20 +1,20 @@
{
"version": "1.97.1",
"version": "1.98.1",
"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.97.1/wakatime-cli-windows-amd64.zip",
"hash": "8046587cd3869b058f1ccebce9586f4853f1a529c178f19e971118eb6f2215f1"
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.98.1/wakatime-cli-windows-amd64.zip",
"hash": "1fb8b8b1f2b38be6f87f5b0e773c8682ffa4176715c79539add02ff27da60d7f"
},
"32bit": {
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.97.1/wakatime-cli-windows-386.zip",
"hash": "7c28016b4c974a7f9532f9174ebba68e593f74d80462851a976dacba948a4e50"
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.98.1/wakatime-cli-windows-386.zip",
"hash": "a718f8d5012cef4c4121cdb5e2d5af00299e767a56852c32be881051d69a9ad9"
},
"arm64": {
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.97.1/wakatime-cli-windows-arm64.zip",
"hash": "4914ace49c222c2f542d56f65eaddf52a2969c20667a2165450e6302594e186c"
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.98.1/wakatime-cli-windows-arm64.zip",
"hash": "dd0fba5e9f59f71f574b41aba88aea0b734202c27bec9b8d1e976a45f3367dcd"
}
},
"pre_install": "Get-ChildItem \"$dir\\wakatime-cli-windows-*.exe\" | Rename-Item -NewName 'wakatime-cli.exe'",