From f6a0baf4460a5ac8e423aa59e06c383bb71d1c7e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 12:31:53 +0000 Subject: [PATCH] wakatime-cli: Update to version 1.98.3 --- 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 9713196a23..8ba4314805 100644 --- a/bucket/wakatime-cli.json +++ b/bucket/wakatime-cli.json @@ -1,20 +1,20 @@ { - "version": "1.98.1", + "version": "1.98.3", "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.98.1/wakatime-cli-windows-amd64.zip", - "hash": "1fb8b8b1f2b38be6f87f5b0e773c8682ffa4176715c79539add02ff27da60d7f" + "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.98.3/wakatime-cli-windows-amd64.zip", + "hash": "4d812267705aacf11979500a85dcff245faae988f70b26e7ab59e874df5c5be3" }, "32bit": { - "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.98.1/wakatime-cli-windows-386.zip", - "hash": "a718f8d5012cef4c4121cdb5e2d5af00299e767a56852c32be881051d69a9ad9" + "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.98.3/wakatime-cli-windows-386.zip", + "hash": "140c27332d20a2d994b43b0a81de27df096659833010301c378587f937fc33db" }, "arm64": { - "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.98.1/wakatime-cli-windows-arm64.zip", - "hash": "dd0fba5e9f59f71f574b41aba88aea0b734202c27bec9b8d1e976a45f3367dcd" + "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.98.3/wakatime-cli-windows-arm64.zip", + "hash": "3808ce5424b0f31b0351eeecc4828b8a2bc43425dc405016833fc928331d7e8a" } }, "pre_install": "Get-ChildItem \"$dir\\wakatime-cli-windows-*.exe\" | Rename-Item -NewName 'wakatime-cli.exe'",