From 095b168a40a516a97f47ae039bc63495e1ee3922 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 20:26:24 +0000 Subject: [PATCH] wakatime-cli: Update to version 1.93.0 --- 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 6cce637849..01aaa9a3c8 100644 --- a/bucket/wakatime-cli.json +++ b/bucket/wakatime-cli.json @@ -1,20 +1,20 @@ { - "version": "1.91.1", + "version": "1.93.0", "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.91.1/wakatime-cli-windows-amd64.zip", - "hash": "ab52c0f090b4e5ddf4da8843604b8dee76aa08f2290b1f93d4e18f9322fd69d2" + "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.93.0/wakatime-cli-windows-amd64.zip", + "hash": "731cc8167557b3ae6b6cb78ed5f8e6e0ebed56a2c334aa976c27af538e31257a" }, "32bit": { - "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.91.1/wakatime-cli-windows-386.zip", - "hash": "a730ee5403eb5dfcfbf2800976153217ae08093a47cccf8d0e96802bd8629be6" + "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.93.0/wakatime-cli-windows-386.zip", + "hash": "9b5538e6e8771f8f71270ae5bc75f0242c17cae1fd50cf79048b7037d8eb84e1" }, "arm64": { - "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.91.1/wakatime-cli-windows-arm64.zip", - "hash": "8df487f47b6bc133bc28bef9f95d8460eb7b6da5fe83773bcde0aba20e05dd85" + "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.93.0/wakatime-cli-windows-arm64.zip", + "hash": "22959efa1d5fd7585d6ab26f43795f6a0244ab6ed8ce1cc57050d5d88b4293ae" } }, "pre_install": "Get-ChildItem \"$dir\\wakatime-cli-windows-*.exe\" | Rename-Item -NewName 'wakatime-cli.exe'",