diff --git a/bucket/wakatime-cli.json b/bucket/wakatime-cli.json index 7ad32426f2..b811123f42 100644 --- a/bucket/wakatime-cli.json +++ b/bucket/wakatime-cli.json @@ -1,16 +1,16 @@ { - "version": "1.68.1", + "version": "1.68.3", "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.68.1/wakatime-cli-windows-amd64.zip", - "hash": "76979a253be10ad960f5a3eab8de4487d50292e6c19e0300f378f086dcef72fd" + "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.68.3/wakatime-cli-windows-amd64.zip", + "hash": "0e34981139d334e6793ac1c2e7b62fb9d5ecce34e76ccae6bf569d0c28c1036d" }, "32bit": { - "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.68.1/wakatime-cli-windows-386.zip", - "hash": "4e499edaa72e08e35478c4a9c5bb762b8d560e0cd0c3fcf92e88c289999fc2ee" + "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.68.3/wakatime-cli-windows-386.zip", + "hash": "0c657d5719ec137694266d789d495cc8b2fec22adfbb903790c0e6e2065315b0" } }, "pre_install": "Get-ChildItem \"$dir\\wakatime-cli-windows-*.exe\" | Rename-Item -NewName 'wakatime-cli.exe'",