From 86700ebc32435fee773b64a143a654804b36e36e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 04:26:01 +0000 Subject: [PATCH] wakatime-cli: Update to version 1.85.1 --- 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 9642e9cab6..3e593e6110 100644 --- a/bucket/wakatime-cli.json +++ b/bucket/wakatime-cli.json @@ -1,16 +1,16 @@ { - "version": "1.84.0", + "version": "1.85.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.84.0/wakatime-cli-windows-amd64.zip", - "hash": "2d55e3745856894795d8241245928fe1c262d713b917d870ab44706138ebb8e9" + "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.85.1/wakatime-cli-windows-amd64.zip", + "hash": "9189af0694f1ee499aa7e50b0382e64735d690f8b4fa634f1a143c9e1855bd6c" }, "32bit": { - "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.84.0/wakatime-cli-windows-386.zip", - "hash": "d7cf3479a8ac4bf610e17cd8b04aaf0999f6162deb57535a29a5fb13d1056d58" + "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.85.1/wakatime-cli-windows-386.zip", + "hash": "78473cb5299ea678aa653ea005ed5298f96a6af41600c17f6cab9038716f030f" } }, "pre_install": "Get-ChildItem \"$dir\\wakatime-cli-windows-*.exe\" | Rename-Item -NewName 'wakatime-cli.exe'",