mirror of
https://github.com/Installomator/Installomator.git
synced 2026-03-03 01:12:06 +00:00
Broken app label: 1Password 8 #145
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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)