wakatime-cli: Update to version 1.88.1

This commit is contained in:
github-actions[bot] 2024-01-08 20:24:45 +00:00
parent 29bace1a02
commit f9933866f0

View File

@ -1,16 +1,16 @@
{
"version": "1.88.0",
"version": "1.88.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.88.0/wakatime-cli-windows-amd64.zip",
"hash": "19570e8f2dc02a8435fa7e28d2f2aca7c32558b5442a03f0600c9485f881ce2a"
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.88.1/wakatime-cli-windows-amd64.zip",
"hash": "61240091cbc63be97ca693200375c959c39cf710ec8f484fab559824c46b6068"
},
"32bit": {
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.88.0/wakatime-cli-windows-386.zip",
"hash": "938be4a28ae803f70405785d2c675971de57e7470f0282af186d144d3bb93505"
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.88.1/wakatime-cli-windows-386.zip",
"hash": "07cdec7dded1f658a1e14a8cb0ef633748bb9ec541664d6b5b5656f75f1633c9"
}
},
"pre_install": "Get-ChildItem \"$dir\\wakatime-cli-windows-*.exe\" | Rename-Item -NewName 'wakatime-cli.exe'",