From c244767ef9f57e39c55f5e4cf9288020cc946750 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 20:28:03 +0000 Subject: [PATCH] wakatime-cli: Update to version 1.102.5 --- 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 aa2d666982..4a73214478 100644 --- a/bucket/wakatime-cli.json +++ b/bucket/wakatime-cli.json @@ -1,20 +1,20 @@ { - "version": "1.102.4", + "version": "1.102.5", "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.102.4/wakatime-cli-windows-amd64.zip", - "hash": "8be92234a2bc3225b4df4b160c66545f748f00ea98a83237a6263e08f3ab4128" + "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.102.5/wakatime-cli-windows-amd64.zip", + "hash": "cb89b424f34ac63980df9f43958e09b2177cfbc64028f6966482c6884a88e904" }, "32bit": { - "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.102.4/wakatime-cli-windows-386.zip", - "hash": "41d15c7ef8beb82394768886b221a23eb5618f251d102264f5e1daae3779b772" + "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.102.5/wakatime-cli-windows-386.zip", + "hash": "e83e43877558d605b7b118a22eaaeb443aa7a7382175f310702cce02116d91f4" }, "arm64": { - "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.102.4/wakatime-cli-windows-arm64.zip", - "hash": "d274c1cd7c8fc03465c6697b1c9c8868da42cb8be61bc6a76676f8099e7ad8c0" + "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.102.5/wakatime-cli-windows-arm64.zip", + "hash": "b768abde1c9da98dcaecb7078e426ec5f8f21879dbe686788a4bf8d59ae4129b" } }, "pre_install": "Get-ChildItem \"$dir\\wakatime-cli-windows-*.exe\" | Rename-Item -NewName 'wakatime-cli.exe'",