mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
347 B
Bash
9 lines
347 B
Bash
sizeup)
|
|
# credit: AP Orlebeke (@apizz)
|
|
name="SizeUp"
|
|
type="zip"
|
|
downloadURL="https://www.irradiatedsoftware.com/download/SizeUp.zip"
|
|
appNewVersion=$(curl -fs https://www.irradiatedsoftware.com/updates/notes/SizeUpReleaseNotes.html | grep Version | sed -E 's/.*Version ([0-9.]*) <.*/\1/')
|
|
expectedTeamID="GVZ7RF955D"
|
|
;;
|