mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
42 lines
1.8 KiB
JSON
42 lines
1.8 KiB
JSON
{
|
|
"version": "1.115.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.115.3/wakatime-cli-windows-amd64.zip",
|
|
"hash": "032452f602bc4a007d6802d085b4acbc000a3b00919f20b390656fccc0f63795"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.115.3/wakatime-cli-windows-386.zip",
|
|
"hash": "c838dbaa6376e19bd0fea0b20679beee141e258e35c23ffe83cf71d4b581fe84"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.115.3/wakatime-cli-windows-arm64.zip",
|
|
"hash": "2ab08846439478fa1c3bcf03d164164b3c22a7b38f229c833936ced67a6c1e82"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|