ScoopInstaller_Main/bucket/wakatime-cli.json
2024-10-30 00:36:07 +00:00

42 lines
1.8 KiB
JSON

{
"version": "1.102.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.102.4/wakatime-cli-windows-amd64.zip",
"hash": "8be92234a2bc3225b4df4b160c66545f748f00ea98a83237a6263e08f3ab4128"
},
"32bit": {
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.102.4/wakatime-cli-windows-386.zip",
"hash": "41d15c7ef8beb82394768886b221a23eb5618f251d102264f5e1daae3779b772"
},
"arm64": {
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.102.4/wakatime-cli-windows-arm64.zip",
"hash": "d274c1cd7c8fc03465c6697b1c9c8868da42cb8be61bc6a76676f8099e7ad8c0"
}
},
"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"
}
}
}