{
    "version": "2.13.0",
    "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/v2.13.0/wakatime-cli-windows-amd64.zip",
            "hash": "0349c7f38f346f4c3f618c1d6c8a98d329dc556b58d908dcf164c82586012afb"
        },
        "32bit": {
            "url": "https://github.com/wakatime/wakatime-cli/releases/download/v2.13.0/wakatime-cli-windows-386.zip",
            "hash": "7641f215d2ae8d095c486fca78473eac5389feca99b8d25f53c62f4d9e5ac808"
        },
        "arm64": {
            "url": "https://github.com/wakatime/wakatime-cli/releases/download/v2.13.0/wakatime-cli-windows-arm64.zip",
            "hash": "5d63d8819da943345a4a948c676816d26f1727c77139a3e6fac3d4286f3b5b3a"
        }
    },
    "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"
        }
    }
}
