From bea952bb04426da605b6987322c703e0dd46828a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 20:26:30 +0000 Subject: [PATCH] wakatime-cli: Update to version 1.94.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 01aaa9a3c8..54406e1814 100644 --- a/bucket/wakatime-cli.json +++ b/bucket/wakatime-cli.json @@ -1,20 +1,20 @@ { - "version": "1.93.0", + "version": "1.94.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.93.0/wakatime-cli-windows-amd64.zip", - "hash": "731cc8167557b3ae6b6cb78ed5f8e6e0ebed56a2c334aa976c27af538e31257a" + "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.94.1/wakatime-cli-windows-amd64.zip", + "hash": "fbcad10b76cef214d5e3b9e929c1906cef450b5cf9baa50ea84567b8cf452ccc" }, "32bit": { - "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.93.0/wakatime-cli-windows-386.zip", - "hash": "9b5538e6e8771f8f71270ae5bc75f0242c17cae1fd50cf79048b7037d8eb84e1" + "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.94.1/wakatime-cli-windows-386.zip", + "hash": "3f010d33667695aee9c22eba8546c9f6a1d7ec4f4f5e3168b6cd215320ff019d" }, "arm64": { - "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.93.0/wakatime-cli-windows-arm64.zip", - "hash": "22959efa1d5fd7585d6ab26f43795f6a0244ab6ed8ce1cc57050d5d88b4293ae" + "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.94.1/wakatime-cli-windows-arm64.zip", + "hash": "f4431c8c222a1301cbf64e0a3f218be7a02a0ea7cca8dd6118fdc22af580a47c" } }, "pre_install": "Get-ChildItem \"$dir\\wakatime-cli-windows-*.exe\" | Rename-Item -NewName 'wakatime-cli.exe'",