mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-16 06:13:11 +01:00
changed fragments to .sh extension
This commit is contained in:
7
fragments/labels/omniplan3.sh
Normal file
7
fragments/labels/omniplan3.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
omniplan3)
|
||||
name="OmniPlan"
|
||||
type="dmg"
|
||||
downloadURL=$(curl -fs "https://update.omnigroup.com/appcast/com.omnigroup.OmniPlan3" | 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"
|
||||
;;
|
||||
Reference in New Issue
Block a user