From b5a51c3cbf141c7817bd974cad19ca6fcd177c41 Mon Sep 17 00:00:00 2001 From: Theile Date: Wed, 12 Oct 2022 08:37:34 +0200 Subject: [PATCH] Update lucidlink.sh `name` is now the name of the app. App has perfect values in it's version, so no need for `packageID`. Since `name` matches the name of the app, `blockingProcesses` comes for free. --- fragments/labels/lucidlink.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/fragments/labels/lucidlink.sh b/fragments/labels/lucidlink.sh index 02a08fa..4f2313d 100644 --- a/fragments/labels/lucidlink.sh +++ b/fragments/labels/lucidlink.sh @@ -1,9 +1,8 @@ lucidlink) - name="lucidlink" + name="Lucid" + # https://www.lucidlink.com/download type="pkg" - packageID="com.lucidlink" downloadURL="https://www.lucidlink.com/download/latest/osx/stable/" appNewVersion=$( curl -fsIL "${downloadURL}" | grep -i "^location" | awk '{print $2}' | sed -E 's/.*\/[a-zA-Z]*-([0-9.]*)\..*/\1/g' ) expectedTeamID="Y4KMJPU2B4" - blockingProcesses=( Lucid ) - ;; \ No newline at end of file + ;;