diff --git a/fragments/labels/1password8.sh b/fragments/labels/1password8.sh index a28b1405e..67c243699 100644 --- a/fragments/labels/1password8.sh +++ b/fragments/labels/1password8.sh @@ -3,7 +3,7 @@ type="pkg" packageID="com.1password.1password" downloadURL="https://downloads.1password.com/mac/1Password.pkg" - appNewVersion=$(curl -s https://releases.1password.com/mac/ | grep "1Password for Mac" | grep -v Beta | head -n 1 | grep -o ">Updated to.*on<" | grep -oE "[0-9].*[0-9]-" | cut -d - -f 1) + appNewVersion=$(curl -s https://releases.1password.com/mac/ | grep "1Password for Mac" | head -n 1 | grep -o ">Updated to.*on<" | grep -oE "[0-9].*[0-9]" | cut -d - -f 1) expectedTeamID="2BUA8C4S2C" blockingProcesses=( "1Password Extension Helper" "1Password 7" "1Password 8" "1Password" "1PasswordNativeMessageHost" "1PasswordSafariAppExtension" ) #forcefulQuit=YES