From 0967b5f75298284607655022f369f051f6bf3cd2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 08:28:53 +0000 Subject: [PATCH] wakatime-cli: Update to version 1.64.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 938ac5c78e..0030b00213 100644 --- a/bucket/wakatime-cli.json +++ b/bucket/wakatime-cli.json @@ -1,16 +1,16 @@ { - "version": "1.62.1", + "version": "1.64.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.62.1/wakatime-cli-windows-amd64.zip", - "hash": "7600e4036e98f8bedc28bd0d226f36c49a713a04377dd9dc578e1385a1dc2781" + "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.64.1/wakatime-cli-windows-amd64.zip", + "hash": "497cbb686b9dfa7d3a0b5678322eb354b5e2738d28c195378bc8d1a54190f414" }, "32bit": { - "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.62.1/wakatime-cli-windows-386.zip", - "hash": "5073bcee2a8325834389c417407dab24e1fdb5795e6200bd1f5cbcb7b22fce6d" + "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.64.1/wakatime-cli-windows-386.zip", + "hash": "a6d52c5744b42494880dd012c281d376d2ed1494a5428d9afc1a46db5ade8a23" } }, "pre_install": "Get-ChildItem \"$dir\\wakatime-cli-windows-*.exe\" | Rename-Item -NewName 'wakatime-cli.exe'",