Broken app label: 1Password 8 #145

Closed
opened 2026-01-19 18:32:58 +00:00 by michael · 0 comments
Owner

Originally created by @hannesgnad on GitHub.

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)

Originally created by @hannesgnad on GitHub. **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)`
michael added the application-issue label 2026-01-19 18:32:58 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Installomator/Installomator#145