ScoopInstaller_Main/bucket/wakatime-cli.json
2023-09-14 00:32:59 +00:00

32 lines
1.3 KiB
JSON

{
"version": "1.80.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.80.0/wakatime-cli-windows-amd64.zip",
"hash": "b57a8a05ca4349405c5ea65cde1cef657270d2821e0117fd7043d6a9ca1a5e32"
},
"32bit": {
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.80.0/wakatime-cli-windows-386.zip",
"hash": "85d09d3c4fc42967b1800260ec575f997962550efb941177b528e5265f94bf0c"
}
},
"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"
}
}
}
}