Files
Installomator/fragments/labels/launchbar.txt
2021-04-20 16:31:52 +02:00

8 lines
327 B
Plaintext

launchbar)
name="LaunchBar"
type="dmg"
downloadURL=$(curl -fs "https://obdev.at/products/launchbar/download.html" | xmllint --html --format - 2>/dev/null | grep -m 1 -o "https://.*.dmg")
appNewVersion=$( echo ${downloadURL} | sed -E 's/.*\/[a-zA-Z]*-([0-9.]*)\..*/\1/g' )
expectedTeamID="MLZF7K7B5R"
;;