mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-01 13:01:26 +00:00
42 lines
1.8 KiB
JSON
42 lines
1.8 KiB
JSON
{
|
|
"version": "1.115.5",
|
|
"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.115.5/wakatime-cli-windows-amd64.zip",
|
|
"hash": "cba719a5e083108b16bba4681f1f521be76ea01c5f7b51d7d1bc03eb6a677278"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.115.5/wakatime-cli-windows-386.zip",
|
|
"hash": "474eb41f03c5c3c425bf6f5a1feb043f81725b852359173ce9c68b92b31bcbdd"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.115.5/wakatime-cli-windows-arm64.zip",
|
|
"hash": "353e917cc69cb4b26c6a4523c2c5c6518e7ec64d39267b39d6e2566d6a6d5d3b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|