{
    "version": "4.2.0",
    "description": "A terminal based graphical activity monitor inspired by gtop and vtop",
    "homepage": "https://github.com/xxxserxxx/gotop",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/xxxserxxx/gotop/releases/download/v4.2.0/gotop_v4.2.0_windows_amd64.zip",
            "hash": "2d8a1462aeead9a8a05a76948b8b0085e7d1f133cd2e44fd63dc188d3b4b3c70"
        },
        "32bit": {
            "url": "https://github.com/xxxserxxx/gotop/releases/download/v4.2.0/gotop_v4.2.0_windows_386.zip",
            "hash": "9babb8135c5a84f0a4c21ee2e559404c12dbf36172823412191c97fb53e74d29"
        }
    },
    "bin": "gotop.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/xxxserxxx/gotop/releases/download/v$version/gotop_v$version_windows_amd64.zip"
            },
            "32bit": {
                "url": "https://github.com/xxxserxxx/gotop/releases/download/v$version/gotop_v$version_windows_386.zip"
            }
        }
    }
}
