From 76e1e9d0a3ab47f48b57b8162c8ffb42de1573b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Theilgaard?= Date: Sun, 27 Jun 2021 13:38:16 +0200 Subject: [PATCH] appNewVersion in theunarchiver --- Installomator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installomator.sh b/Installomator.sh index 6e5b5d5..ebfbaa8 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -2562,7 +2562,7 @@ theunarchiver) name="The Unarchiver" type="dmg" downloadURL="https://dl.devmate.com/com.macpaw.site.theunarchiver/TheUnarchiver.dmg" - #appNewVersion="" + appNewVersion="$(curl -fs "https://theunarchiver.com" | grep -i "Latest version" | head -1 | sed -E 's/.*> ([0-9.]*) .*/\1/g')" expectedTeamID="S8EX82NJP6" appName="The Unarchiver.app" ;;