{
    "version": "1.11.10",
    "description": "Quickly clone an entire org/users repositories into one directory - Supports GitHub, GitLab, Bitbucket, and more",
    "homepage": "https://github.com/gabrie30/ghorg",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/gabrie30/ghorg/releases/download/v1.11.10/ghorg_1.11.10_Windows_x86_64.tar.gz",
            "hash": "19574846eb1d04b1eaabecfd35b8eae1021086015230370b4eb5404362d7a970"
        },
        "32bit": {
            "url": "https://github.com/gabrie30/ghorg/releases/download/v1.11.10/ghorg_1.11.10_Windows_i386.tar.gz",
            "hash": "ad51b2005e729447404614f86239e33ff16bcb1b582d10c5808236e21affa4c5"
        },
        "arm64": {
            "url": "https://github.com/gabrie30/ghorg/releases/download/v1.11.10/ghorg_1.11.10_Windows_arm64.tar.gz",
            "hash": "6e4d5530e0738c310dc3e957ce80f6c4d67c5fab91b719247ea88e470c9caa62"
        }
    },
    "bin": "ghorg.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/gabrie30/ghorg/releases/download/v$version/ghorg_$version_Windows_x86_64.tar.gz"
            },
            "32bit": {
                "url": "https://github.com/gabrie30/ghorg/releases/download/v$version/ghorg_$version_Windows_i386.tar.gz"
            },
            "arm64": {
                "url": "https://github.com/gabrie30/ghorg/releases/download/v$version/ghorg_$version_Windows_arm64.tar.gz"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
