mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
384 B
Bash
9 lines
384 B
Bash
detectxswift)
|
|
# credit: AP Orlebeke (@apizz)
|
|
name="DetectX Swift"
|
|
type="zip"
|
|
downloadURL="https://s3.amazonaws.com/sqwarq.com/PublicZips/DetectX_Swift.app.zip"
|
|
appNewVersion=$(curl -fs https://s3.amazonaws.com/sqwarq.com/AppCasts/dtxswift_release_notes.html | grep Version | head -1 | sed -E 's/.*Version ([0-9.]*)\<.*/\1/')
|
|
expectedTeamID="MAJ5XBJSG3"
|
|
;;
|