ScoopInstaller_Main/bucket/wakatime-cli.json
2025-08-19 12:31:51 +00:00

42 lines
1.8 KiB
JSON

{
"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.4/wakatime-cli-windows-amd64.zip",
"hash": "a13420962aa177ec195b133abe194e37c6ed37ed5cf372f829765b6c962679f1"
},
"32bit": {
"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.4/wakatime-cli-windows-arm64.zip",
"hash": "b2bd79eab78b6cba765b5a088539c2c6b3526c822bd6a05dd7eb32d3d9792008"
}
},
"pre_install": "Get-ChildItem \"$dir\\wakatime-cli-windows-*.exe\" | Rename-Item -NewName 'wakatime-cli.exe'",
"bin": "wakatime-cli.exe",
"checkver": {
"github": "https://github.com/wakatime/wakatime-cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v$version/wakatime-cli-windows-amd64.zip"
},
"32bit": {
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v$version/wakatime-cli-windows-386.zip"
},
"arm64": {
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v$version/wakatime-cli-windows-arm64.zip"
}
},
"hash": {
"url": "$baseurl/checksums_sha256.txt"
}
}
}