Skip to content

Keybase arm64 version now available #858

@fleish

Description

@fleish

Of course right after fixing #831, Keybase went and released their arm64 version and changed the web page for it. As such, I believe this will fix it and ensure the native arm64 version is installed where appropriate:

keybase)
    name="Keybase"
    type="dmg"
    if [[ $(arch) == arm64 ]]; then
        downloadURL=$(curl -s https://keybase.io/docs/the_app/install_macos | grep data-target | cut -d '"' -f2 | grep arm64 )
    elif [[ $(arch) == i386 ]]; then
        downloadURL=$(curl -s https://keybase.io/docs/the_app/install_macos | grep data-target | cut -d '"' -f2 | grep -v arm64 )
    fi
    expectedTeamID="99229SGT5K"
    ;; 

Metadata

Metadata

Assignees

No one assigned

    Labels

    applicationadds or improves an application labelgood first issueGood for newcomershelp wantedExtra attention is neededuniversaladd support for arm/intel specific downloads or installers

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions