From 0b730ebe46e233e9e6f1e31d91982d113f816981 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 00:34:37 +0000 Subject: [PATCH] wakatime-cli: Update to version 1.62.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 bb2fd4d827..938ac5c78e 100644 --- a/bucket/wakatime-cli.json +++ b/bucket/wakatime-cli.json @@ -1,16 +1,16 @@ { - "version": "1.61.1", + "version": "1.62.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.61.1/wakatime-cli-windows-amd64.zip", - "hash": "f53ea3a112b5ad958c4e93d9457da62e99e4b1d5d91eb895a695d83528417169" + "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.62.1/wakatime-cli-windows-amd64.zip", + "hash": "7600e4036e98f8bedc28bd0d226f36c49a713a04377dd9dc578e1385a1dc2781" }, "32bit": { - "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.61.1/wakatime-cli-windows-386.zip", - "hash": "3bb796089a4916c41b6d99e404c4449282e8a253bd86f5a3311dee42590fa29d" + "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.62.1/wakatime-cli-windows-386.zip", + "hash": "5073bcee2a8325834389c417407dab24e1fdb5795e6200bd1f5cbcb7b22fce6d" } }, "pre_install": "Get-ChildItem \"$dir\\wakatime-cli-windows-*.exe\" | Rename-Item -NewName 'wakatime-cli.exe'",