Merge pull request #3099 from fleish/patch-1

Update 1password8.sh
This commit is contained in:
Gil Burns
2026-07-28 20:04:58 -05:00
committed by GitHub

View File

@@ -2,7 +2,7 @@
name="1Password"
type="pkg"
downloadURL="https://downloads.1password.com/mac/1Password.pkg"
appNewVersion=$(curl -s https://releases.1password.com/mac/stable/index.xml | grep -oE '[0-9]+\.[0-9]+\.[0-9]+' | tail -n1)
appNewVersion=$(curl -s https://releases.1password.com/mac/stable/index.xml | grep "<title>" | grep -oE '[0-9]+\.[0-9]+\.[0-9]+' | tail -n1)
expectedTeamID="2BUA8C4S2C"
blockingProcesses=( "1Password Extension Helper" "1Password 7" "1Password 8" "1Password" "1PasswordNativeMessageHost" "1PasswordSafariAppExtension" )
;;