Fix TextExpander

This commit is contained in:
AP Orlebeke
2021-11-26 01:35:58 -05:00
parent 0b3ab7b382
commit 98c56d505b

View File

@@ -1,6 +1,6 @@
textexpander)
name="TextExpander"
type="zip"
type="dmg"
downloadURL="https://textexpander.com/cgi-bin/redirect.pl?cmd=download&platform=osx"
appNewVersion=$( curl -fsIL "https://textexpander.com/cgi-bin/redirect.pl?cmd=download&platform=osx" | grep -i "^location" | awk '{print $2}' | tail -1 | cut -d "_" -f2 | sed -nre 's/^[^0-9]*(([0-9]+\.)*[0-9]+).*/\1/p' )
expectedTeamID="7PKJ6G4DXL"