Skip to content

Broken app label: 1Password 8 #2099

@hannesgnad

Description

@hannesgnad

What's wrong with the app label?
Current app label does not get new app version number.

Installomator version
10.7beta, 2025-01-02

Additional context
Website changed a little bit, so must the label code.

Installomator log
2025-01-02 21:48:56 : INFO : 1password8 : Latest version of 1Password is u-text-left"

Fix
appNewVersion=$(curl -s "https://releases.1password.com/mac/$relBuildVer/" | grep "Updated to" | cut -d \> -f 78 | cut -d \ -f 3)

Change "78" to "79":

appNewVersion=$(curl -s "https://releases.1password.com/mac/$relBuildVer/" | grep "Updated to" | cut -d \> -f 79 | cut -d \ -f 3)

Metadata

Metadata

Assignees

No one assigned

    Labels

    application-issueApp label issue that's not an Installomator bug. Vendor changed their installer, their website, etc.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions