ScoopInstaller_Main/bucket/wakatime-cli.json
2023-08-18 08:25:42 +00:00

32 lines
1.3 KiB
JSON

{
"version": "1.76.0",
"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.76.0/wakatime-cli-windows-amd64.zip",
"hash": "40b2846d322aecd4545e310ca81748625179b76fd539e8fdb453601ee3d20f9a"
},
"32bit": {
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.76.0/wakatime-cli-windows-386.zip",
"hash": "61a56e350973d78e6863735c25c18456c6ae092f88eed224c7a9d1eb98beaabc"
}
},
"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"
}
}
}
}