wakatime-cli: Update to version 1.130.4

This commit is contained in:
github-actions[bot] 2025-08-19 12:31:51 +00:00
parent 45b06b50b3
commit c493e5de5f

View File

@ -1,20 +1,20 @@
{
"version": "1.130.3",
"version": "1.130.4",
"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.130.3/wakatime-cli-windows-amd64.zip",
"hash": "88c55a036be7389f5e51e9b2ad7fa839b964d2e2f00e12b50d789f95c5cbd4e3"
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.130.4/wakatime-cli-windows-amd64.zip",
"hash": "a13420962aa177ec195b133abe194e37c6ed37ed5cf372f829765b6c962679f1"
},
"32bit": {
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.130.3/wakatime-cli-windows-386.zip",
"hash": "79eb4ea09a6dc3cff49f963354d00a71550aa23891dd2e72a906855259cbc61d"
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.130.4/wakatime-cli-windows-386.zip",
"hash": "6a7b0a449fae2f6eec549deaaca44af644a635ee973e4164028a4b79825eb2a1"
},
"arm64": {
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.130.3/wakatime-cli-windows-arm64.zip",
"hash": "0b7fe003483b145eaa7cd9a936ef231abc65fbc3ba67fa38b49bbbc033b4a862"
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.130.4/wakatime-cli-windows-arm64.zip",
"hash": "b2bd79eab78b6cba765b5a088539c2c6b3526c822bd6a05dd7eb32d3d9792008"
}
},
"pre_install": "Get-ChildItem \"$dir\\wakatime-cli-windows-*.exe\" | Rename-Item -NewName 'wakatime-cli.exe'",