ScoopInstaller_Main/bucket/wakatime-cli.json
2024-07-23 16:30:11 +00:00

42 lines
1.8 KiB
JSON

{
"version": "1.97.1",
"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.97.1/wakatime-cli-windows-amd64.zip",
"hash": "8046587cd3869b058f1ccebce9586f4853f1a529c178f19e971118eb6f2215f1"
},
"32bit": {
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.97.1/wakatime-cli-windows-386.zip",
"hash": "7c28016b4c974a7f9532f9174ebba68e593f74d80462851a976dacba948a4e50"
},
"arm64": {
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.97.1/wakatime-cli-windows-arm64.zip",
"hash": "4914ace49c222c2f542d56f65eaddf52a2969c20667a2165450e6302594e186c"
}
},
"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"
},
"arm64": {
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v$version/wakatime-cli-windows-arm64.zip"
}
},
"hash": {
"url": "$baseurl/checksums_sha256.txt"
}
}
}