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" ;;