{
    "version": "2.67.1",
    "description": "An open-source Firebase alternative.",
    "homepage": "https://supabase.com/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/supabase/cli/releases/download/v2.67.1/supabase_windows_amd64.tar.gz",
            "hash": "f288e25e16ec86e349c4e7aac9a767dfbb3176b0c0e2136d1470cd86ab9b3592"
        },
        "arm64": {
            "url": "https://github.com/supabase/cli/releases/download/v2.67.1/supabase_windows_arm64.tar.gz",
            "hash": "1ef97384fc25cb55d669f847cf409557b43a2c623184ceb58178b0898d853db2"
        }
    },
    "bin": "supabase.exe",
    "checkver": {
        "github": "https://github.com/supabase/cli"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/supabase/cli/releases/download/v$version/supabase_windows_amd64.tar.gz"
            },
            "arm64": {
                "url": "https://github.com/supabase/cli/releases/download/v$version/supabase_windows_arm64.tar.gz"
            }
        },
        "hash": {
            "url": "$baseurl/supabase_$version_checksums.txt"
        }
    }
}
