From e8464c5c47effc98b8a9a141ca6e307c040e33c3 Mon Sep 17 00:00:00 2001 From: John Hutchison Date: Tue, 21 Sep 2021 10:55:22 -0400 Subject: [PATCH] New Labels New lablels for Jamf Connect Confifugration, Tag Editor, and ToM4AConverter --- fragments/labels/jamfconnectconfiguration.sh | 6 ++++++ fragments/labels/tageditor.sh | 7 +++++++ fragments/labels/tom4aconverter.sh | 7 +++++++ 3 files changed, 20 insertions(+) create mode 100644 fragments/labels/jamfconnectconfiguration.sh create mode 100644 fragments/labels/tageditor.sh create mode 100644 fragments/labels/tom4aconverter.sh diff --git a/fragments/labels/jamfconnectconfiguration.sh b/fragments/labels/jamfconnectconfiguration.sh new file mode 100644 index 0000000..7237f2e --- /dev/null +++ b/fragments/labels/jamfconnectconfiguration.sh @@ -0,0 +1,6 @@ +jamfconnectconfiguration) + name="Jamf Connect Configuration" + type="dmg" + downloadURL="https://files.jamfconnect.com/JamfConnect.dmg" + expectedTeamID="483DWKW443" + ;; diff --git a/fragments/labels/tageditor.sh b/fragments/labels/tageditor.sh new file mode 100644 index 0000000..a3af5bf --- /dev/null +++ b/fragments/labels/tageditor.sh @@ -0,0 +1,7 @@ +tageditor) + name"Tag Editor" + type="dmg" + downloadURL="https://amvidia.com/downloads/tag-editor-mac.dmg" + appNewVersion="curl -sf "https://amvidia.com/tag-editor" | grep -o -E '"softwareVersion":.'"{8}" | sed 's/\"//g' | awk -F ': ' '{print $2}'" + expectedTeamID="F2TH9XX9CJ" + ;; diff --git a/fragments/labels/tom4aconverter.sh b/fragments/labels/tom4aconverter.sh new file mode 100644 index 0000000..bba86c0 --- /dev/null +++ b/fragments/labels/tom4aconverter.sh @@ -0,0 +1,7 @@ +tom4aconverter) + name"To M4A Converter" + type="dmg" + downloadURL="https://amvidia.com/downloads/to-m4a-converter-mac.dmg" + appNewVersion="curl -sf "https://amvidia.com/to-m4a-converter" | grep -o -E '"softwareVersion":.'"{8}" | sed 's/\"//g' | awk -F ': ' '{print $2}'" + expectedTeamID="F2TH9XX9CJ" + ;;