diff --git a/fragments/labels/lucidlink.sh b/fragments/labels/lucidlink.sh new file mode 100644 index 0000000..4f2313d --- /dev/null +++ b/fragments/labels/lucidlink.sh @@ -0,0 +1,8 @@ +lucidlink) + name="Lucid" + # https://www.lucidlink.com/download + type="pkg" + 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" + ;;