From 7d02cf1da448d7e8385d5b2695aa834df04eeac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Theilgaard?= Date: Thu, 20 Jan 2022 10:05:31 +0100 Subject: [PATCH] tageditor label fix --- fragments/labels/tageditor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fragments/labels/tageditor.sh b/fragments/labels/tageditor.sh index 666284c..61663b5 100644 --- a/fragments/labels/tageditor.sh +++ b/fragments/labels/tageditor.sh @@ -2,6 +2,6 @@ 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}' + appNewVersion=$(curl -sf "https://amvidia.com/tag-editor" | grep -o -E '"softwareVersion":.'"{8}" | sed -E 's/.*"([0-9.]*).*/\1/g') expectedTeamID="F2TH9XX9CJ" ;;