Files
Installomator/fragments/labels/theunarchiver.sh
2021-08-16 16:55:28 +02:00

9 lines
349 B
Bash

theunarchiver)
name="The Unarchiver"
type="dmg"
downloadURL="https://dl.devmate.com/com.macpaw.site.theunarchiver/TheUnarchiver.dmg"
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"
;;