From a7bfd776f1b8d0fa3eb9b2edabd7b5b597e1303d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 16:30:11 +0000 Subject: [PATCH] wakatime-cli: Update to version 1.97.1 --- bucket/wakatime-cli.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/wakatime-cli.json b/bucket/wakatime-cli.json index dcdf492a05..fe2d3dd547 100644 --- a/bucket/wakatime-cli.json +++ b/bucket/wakatime-cli.json @@ -1,20 +1,20 @@ { - "version": "1.95.0", + "version": "1.97.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.95.0/wakatime-cli-windows-amd64.zip", - "hash": "f176e2d70896f35fa19d28509612dcb438f373cb3790ede254ca8e2a5cc4856f" + "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.97.1/wakatime-cli-windows-amd64.zip", + "hash": "8046587cd3869b058f1ccebce9586f4853f1a529c178f19e971118eb6f2215f1" }, "32bit": { - "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.95.0/wakatime-cli-windows-386.zip", - "hash": "c6a6df5510719213f108ec0318055e440b3c52c849d21cb7a24f862a84ebb5de" + "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.97.1/wakatime-cli-windows-386.zip", + "hash": "7c28016b4c974a7f9532f9174ebba68e593f74d80462851a976dacba948a4e50" }, "arm64": { - "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.95.0/wakatime-cli-windows-arm64.zip", - "hash": "a23d90c7593c87e204d8b25f5ff725ee2a4566c81143bdf7707ed028842bdb2c" + "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.97.1/wakatime-cli-windows-arm64.zip", + "hash": "4914ace49c222c2f542d56f65eaddf52a2969c20667a2165450e6302594e186c" } }, "pre_install": "Get-ChildItem \"$dir\\wakatime-cli-windows-*.exe\" | Rename-Item -NewName 'wakatime-cli.exe'",