mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
wakatime-cli: Add version 1.55.2 (#4010)
This commit is contained in:
parent
81d0a123fc
commit
7c72204783
31
bucket/wakatime-cli.json
Normal file
31
bucket/wakatime-cli.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user