From 80db524905ad66e445b86a177de12161292515be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 00:32:50 +0000 Subject: [PATCH] wakatime-cli: Update to version 1.81.0 --- bucket/wakatime-cli.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/wakatime-cli.json b/bucket/wakatime-cli.json index 32cb0edbef..59b6de9b95 100644 --- a/bucket/wakatime-cli.json +++ b/bucket/wakatime-cli.json @@ -1,16 +1,16 @@ { - "version": "1.80.0", + "version": "1.81.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.80.0/wakatime-cli-windows-amd64.zip", - "hash": "b57a8a05ca4349405c5ea65cde1cef657270d2821e0117fd7043d6a9ca1a5e32" + "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.81.0/wakatime-cli-windows-amd64.zip", + "hash": "93e64aa19f78e5aa79afa4b6df543865a1d9baed8d8c79e6cb5a67e6deddfe64" }, "32bit": { - "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.80.0/wakatime-cli-windows-386.zip", - "hash": "85d09d3c4fc42967b1800260ec575f997962550efb941177b528e5265f94bf0c" + "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.81.0/wakatime-cli-windows-386.zip", + "hash": "e1e1cef986e35e9068ea7e3d02788135673e12eac9ad65c07eeb4591388acf85" } }, "pre_install": "Get-ChildItem \"$dir\\wakatime-cli-windows-*.exe\" | Rename-Item -NewName 'wakatime-cli.exe'",