added royaltsx

This commit is contained in:
Armin Briegel
2020-05-12 13:40:39 +02:00
parent 8d8b7661e5
commit 20985b33ea

View File

@@ -238,7 +238,7 @@ case $label in
eraseinstall)
name="EraseInstall"
type="pkg"
downloadURL="https://bitbucket.org"$(curl -s https://bitbucket.org/prowarehouse-nl/erase-install/downloads/ | grep pkg | cut -d'"' -f2 | head -n 1)
downloadURL=$(curl -fs https://bitbucket.org/prowarehouse-nl/erase-install/downloads/ | grep pkg | cut -d'"' -f2 | head -n 1)
expectedTeamID="R55HK5K86Y"
;;
omnigraffle7)
@@ -461,6 +461,12 @@ case $label in
downloadURL="https://iterm2.com/downloads/stable/latest"
expectedTeamID="H7V7XYVQ7D"
;;
royaltsx)
name="Royal TSX"
type="dmg"
downloadURL=$(curl -fs https://royaltsx-v4.royalapps.com/updates_stable | xpath '//rss/channel/item[1]/enclosure/@url' 2>/dev/null | cut -d '"' -f 2)
expectedTeamID="VXP8K9EDP6"
;;
# Note: Packages is signed but _not_ notarized, so spctl will reject it