mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|