wakatime-cli: Update to version 1.68.3

This commit is contained in:
github-actions[bot] 2023-03-02 08:30:27 +00:00
parent 83cb561e0d
commit cdeb7386ca

View File

@ -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.", "description": "Command line interface to WakaTime used by all WakaTime text editor plugins.",
"homepage": "https://wakatime.com/", "homepage": "https://wakatime.com/",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.68.1/wakatime-cli-windows-amd64.zip", "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.68.3/wakatime-cli-windows-amd64.zip",
"hash": "76979a253be10ad960f5a3eab8de4487d50292e6c19e0300f378f086dcef72fd" "hash": "0e34981139d334e6793ac1c2e7b62fb9d5ecce34e76ccae6bf569d0c28c1036d"
}, },
"32bit": { "32bit": {
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.68.1/wakatime-cli-windows-386.zip", "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.68.3/wakatime-cli-windows-386.zip",
"hash": "4e499edaa72e08e35478c4a9c5bb762b8d560e0cd0c3fcf92e88c289999fc2ee" "hash": "0c657d5719ec137694266d789d495cc8b2fec22adfbb903790c0e6e2065315b0"
} }
}, },
"pre_install": "Get-ChildItem \"$dir\\wakatime-cli-windows-*.exe\" | Rename-Item -NewName 'wakatime-cli.exe'", "pre_install": "Get-ChildItem \"$dir\\wakatime-cli-windows-*.exe\" | Rename-Item -NewName 'wakatime-cli.exe'",