mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 21:01:25 +00:00
42 lines
1.8 KiB
JSON
42 lines
1.8 KiB
JSON
{
|
|
"version": "1.132.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.132.1/wakatime-cli-windows-amd64.zip",
|
|
"hash": "9f4e9be037c2bf5a217ab84d6d20ff8b80f48a0da2ba4628cfdda28769151220"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.132.1/wakatime-cli-windows-386.zip",
|
|
"hash": "5f107681415013c40ac65ac978182d8c908fad3aecbd1201754aeb635957cf56"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.132.1/wakatime-cli-windows-arm64.zip",
|
|
"hash": "5a52d60a276afdf0387fd064d1ae2e3e4c18cb1c2c1b3d6f435c328cd6e073a2"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|