mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
358 B
Bash
9 lines
358 B
Bash
overflow)
|
|
name="Overflow"
|
|
type="dmg"
|
|
downloadURL="$(curl -sL 'https://overflow.io/download/' | awk -F '"' '/app-updates.overflow.io\/packages\/updates\/osx_64/ { print $8; exit }')"
|
|
appNewVersion=$(echo "$downloadURL" | awk -F '-|[.]dmg' '{ print $(NF-1) }')
|
|
expectedTeamID="7TK7YSGJFF"
|
|
versionKey="CFBundleShortVersionString"
|
|
;;
|