From 8c8ea13ad3d7178fad86b325295f0218af6d656e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Theilgaard?= Date: Wed, 8 Sep 2021 10:20:57 +0200 Subject: [PATCH] lulu is on github --- fragments/labels/lulu.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/fragments/labels/lulu.sh b/fragments/labels/lulu.sh index 72014ee..0720458 100644 --- a/fragments/labels/lulu.sh +++ b/fragments/labels/lulu.sh @@ -1,7 +1,9 @@ lulu) name="LuLu" type="dmg" - downloadURL=$( curl -fs "https://objective-see.com/products/lulu.html" | grep https | grep "$type" | head -1 | tr '"' "\n" | grep "^http" ) - appNewVersion=$( echo "${downloadURL}" | sed -E 's/.*\/[a-zA-Z]*_([0-9.]*)\..*/\1/g' ) + #downloadURL=$( curl -fs "https://objective-see.com/products/lulu.html" | grep https | grep "$type" | head -1 | tr '"' "\n" | grep "^http" ) + #appNewVersion=$( echo "${downloadURL}" | sed -E 's/.*\/[a-zA-Z]*_([0-9.]*)\..*/\1/g' ) + downloadURL=$(downloadURLFromGit objective-see LuLu) + appNewVersion=$(versionFromGit objective-see LuLu) expectedTeamID="VBG97UB4TA" ;;