mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-12 18:31:21 +00:00
42 lines
1.8 KiB
JSON
42 lines
1.8 KiB
JSON
{
|
|
"version": "1.118.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.118.0/wakatime-cli-windows-amd64.zip",
|
|
"hash": "46a2514d64efe690253c174ceaa2597534b24c4ba50a11bc54b674492a76efac"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.118.0/wakatime-cli-windows-386.zip",
|
|
"hash": "7f9a139c849e0e74486cccab50ee44eeaca9814594e88df0762e3af3c33cbf9a"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.118.0/wakatime-cli-windows-arm64.zip",
|
|
"hash": "15e07a4aa808259db171cefd72762c2a7f0f9bd9597dc97379b78a6408ef5067"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|