mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 21:02:46 +00:00
Update textexpander download URL
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
textexpander)
|
textexpander)
|
||||||
name="TextExpander"
|
name="TextExpander"
|
||||||
type="dmg"
|
type="dmg"
|
||||||
downloadURL="https://textexpander.com/cgi-bin/redirect.pl?cmd=download&platform=osx"
|
downloadURL="https://cgi.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' )
|
appNewVersion=$( curl -fsIL "https://cgi.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"
|
expectedTeamID="7PKJ6G4DXL"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user