ScoopInstaller_Main/bucket/wakatime-cli.json
2024-10-25 20:28:20 +00:00

42 lines
1.8 KiB
JSON

{
"version": "1.102.3",
"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.102.3/wakatime-cli-windows-amd64.zip",
"hash": "93acadd965861c0789525e33573aa536b05ab3d60b90f95cbc47c46c9ae524b2"
},
"32bit": {
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.102.3/wakatime-cli-windows-386.zip",
"hash": "2fef34b0fcb6c128c7ba79a189d2ea5095e524ed74d8513fbfd5900c4386aeb0"
},
"arm64": {
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.102.3/wakatime-cli-windows-arm64.zip",
"hash": "977cebd70c47d0276633ee05a3c9c091b6b6f176cd1bb236e43a23cc2398e1e7"
}
},
"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"
}
}
}