Files
Installomator/fragments/labels/omnioutliner5.sh
2021-04-28 09:36:16 +02:00

8 lines
368 B
Bash

omnioutliner5)
name="OmniOutliner"
type="dmg"
downloadURL=$(curl -fs "https://update.omnigroup.com/appcast/com.omnigroup.OmniOutliner5" | xpath '(//rss/channel/item/enclosure/@url)[1]' 2>/dev/null | head -1 | cut -d '"' -f 2)
appNewVersion=$( echo "${downloadURL}" | sed -E 's/.*\/[a-zA-Z]*-([0-9.]*)\..*/\1/g' )
expectedTeamID="34YW5XSRB7"
;;