{
    "version": "1.10.1",
    "description": "Remote repository clones manager",
    "homepage": "https://github.com/motemen/ghq",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/motemen/ghq/releases/download/v1.10.1/ghq_windows_amd64.zip",
            "hash": "sha1:a244bc16ec43d7626042d05978fdd9ad9c86bafe",
            "extract_dir": "ghq_windows_amd64"
        },
        "arm64": {
            "url": "https://github.com/motemen/ghq/releases/download/v1.10.1/ghq_windows_arm64.zip",
            "hash": "sha1:67f7e45deb730336acd539f710c59b8444e92add",
            "extract_dir": "ghq_windows_arm64"
        }
    },
    "bin": "ghq.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/motemen/ghq/releases/download/v$version/ghq_windows_amd64.zip",
                "extract_dir": "ghq_windows_amd64"
            },
            "arm64": {
                "url": "https://github.com/motemen/ghq/releases/download/v$version/ghq_windows_arm64.zip",
                "extract_dir": "ghq_windows_arm64"
            }
        },
        "hash": {
            "url": "$baseurl/SHASUMS"
        }
    }
}
