{
    "version": "3.1.62",
    "description": "GitKraken CLI",
    "homepage": "https://www.gitkraken.com/cli",
    "license": {
        "identifier": "Proprietary",
        "url": "https://github.com/gitkraken/gk-cli/blob/main/LICENSE"
    },
    "architecture": {
        "32bit": {
            "url": "https://github.com/gitkraken/gk-cli/releases/download/v3.1.62/gk_3.1.62_windows_386.zip",
            "hash": "f7a512cf61bbcc9db4e952553b56c72c81f015bb62bdc38a5822620f7fb2e825"
        },
        "64bit": {
            "url": "https://github.com/gitkraken/gk-cli/releases/download/v3.1.62/gk_3.1.62_windows_amd64.zip",
            "hash": "6d855cb9e6571aea9b43e82de492d5ae43e1ce23ee8817aa463ad14991f09ece"
        },
        "arm64": {
            "url": "https://github.com/gitkraken/gk-cli/releases/download/v3.1.62/gk_3.1.62_windows_arm64.zip",
            "hash": "bd9ae3f65716497f5c6bb8d0254020ae5373a4b8ea8594b3a594e2b7b3ea3689"
        }
    },
    "bin": "gk.exe",
    "checkver": {
        "github": "https://github.com/gitkraken/gk-cli"
    },
    "autoupdate": {
        "architecture": {
            "32bit": {
                "url": "https://github.com/gitkraken/gk-cli/releases/download/v$version/gk_$version_windows_386.zip"
            },
            "64bit": {
                "url": "https://github.com/gitkraken/gk-cli/releases/download/v$version/gk_$version_windows_amd64.zip"
            },
            "arm64": {
                "url": "https://github.com/gitkraken/gk-cli/releases/download/v$version/gk_$version_windows_arm64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/gk_checksums.txt"
        }
    }
}
