From 535c9edba16debc438cf42afb9ce6fee1917c61c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 12:31:56 +0000 Subject: [PATCH] wakatime-cli: Update to version 1.112.1 --- 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 bfef614417..02da098714 100644 --- a/bucket/wakatime-cli.json +++ b/bucket/wakatime-cli.json @@ -1,20 +1,20 @@ { - "version": "1.110.0", + "version": "1.112.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.110.0/wakatime-cli-windows-amd64.zip", - "hash": "986b02e6a272bfe65ea1cc67f2114d91a26f3d7940f766e66a1655da5fc75668" + "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.112.1/wakatime-cli-windows-amd64.zip", + "hash": "2fe30f3339ab997b9b2ba7d2843a2ec9aad1f58f6f64d3392c86ffce905df552" }, "32bit": { - "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.110.0/wakatime-cli-windows-386.zip", - "hash": "ff9dc6eaf4d0fad5dcab8a5c52a319c91642e9f3634c2a602814d2f4e9ea99fd" + "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.112.1/wakatime-cli-windows-386.zip", + "hash": "7c6d2a7ef210b95d296fd2cae3e8ba2f925e9bb204a075c031198bed73140685" }, "arm64": { - "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.110.0/wakatime-cli-windows-arm64.zip", - "hash": "b7f5c11bd285496adde451d4ff920c293038ff084186375e8a6570043374b21c" + "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.112.1/wakatime-cli-windows-arm64.zip", + "hash": "40bfa0efe85d462a311507d72b334a46f581a35cfb7871390b484e0e5228830f" } }, "pre_install": "Get-ChildItem \"$dir\\wakatime-cli-windows-*.exe\" | Rename-Item -NewName 'wakatime-cli.exe'",