mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
42 lines
1.8 KiB
JSON
42 lines
1.8 KiB
JSON
{
|
|
"version": "1.94.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.94.1/wakatime-cli-windows-amd64.zip",
|
|
"hash": "fbcad10b76cef214d5e3b9e929c1906cef450b5cf9baa50ea84567b8cf452ccc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.94.1/wakatime-cli-windows-386.zip",
|
|
"hash": "3f010d33667695aee9c22eba8546c9f6a1d7ec4f4f5e3168b6cd215320ff019d"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.94.1/wakatime-cli-windows-arm64.zip",
|
|
"hash": "f4431c8c222a1301cbf64e0a3f218be7a02a0ea7cca8dd6118fdc22af580a47c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|