wakatime-cli: Add version 1.55.2 (#4010)

This commit is contained in:
miles 2022-10-12 18:04:47 +08:00 committed by GitHub
parent 81d0a123fc
commit 7c72204783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

31
bucket/wakatime-cli.json Normal file
View File

@ -0,0 +1,31 @@
{
"version": "1.55.2",
"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.55.2/wakatime-cli-windows-amd64.zip",
"hash": "ffdbc82fa5ef16ea52083607fa7b07e1803bbe1168388b4b43447c7ca7482f3f"
},
"32bit": {
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.55.2/wakatime-cli-windows-386.zip",
"hash": "3364116b44bb76a84fdde7e2035dfb2ecea4bca707437d69b7af8741656103e5"
}
},
"pre_install": "Rename-Item \"$dir\\wakatime-cli-windows-*.exe\" '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"
}
}
}
}