Update lucid.sh

This commit is contained in:
Iñaky Martinez
2022-10-11 13:07:25 +02:00
parent 5d968b0816
commit a626375906

View File

@@ -1,9 +1,9 @@
lucid) lucid)
name="lucid-2.1.4032" name="lucid"
type="pkg" type="pkg"
packageID="com.lucidlink" packageID="com.lucidlink"
downloadURL="https://d3il9duqikhdqy.cloudfront.net/latest/osx/lucid-2.1.4032.pkg" downloadURL="https://www.lucidlink.com/download/latest/osx/stable/"
appNewVersion="2.1.4032" appNewVersion=$( curl -fsIL "${downloadURL}" | grep -i "^location" | awk '{print $2}' | sed -E 's/.*\/[a-zA-Z]*-([0-9.]*)\..*/\1/g' )
expectedTeamID="Y4KMJPU2B4" expectedTeamID="Y4KMJPU2B4"
blockingProcesses=( Lucid ) blockingProcesses=( Lucid )
;; ;;