Files
Installomator/fragments/labels/tableaupublic.sh
2022-01-19 17:48:21 -06:00

9 lines
520 B
Bash

tableaupublic)
name="Tableau Public"
type="pkgInDmg"
packageID="com.tableausoftware.tableaudesktop"
downloadURL=$(curl -fs https://www.tableau.com/downloads/public/mac | awk '/TableauPublic/' | xmllint --recover --html --xpath "//a/text()" -)
appNewVersion=$(/usr/bin/python -c "import re; url = '$downloadURL'; ver_regex = re.compile(r'([0-9]+(?:-[0-9]+)+)'); ver_regex.findall(url); dashes = ''.join(ver_regex.findall(url)); print(dashes.replace('-', '.'))")
expectedTeamID="QJ4XPRK37C"
;;