cleaned up some labels and chan

This commit is contained in:
Armin Briegel
2021-11-23 11:05:27 +01:00
parent 74ff5ecb08
commit 89dffc5989
7 changed files with 538 additions and 123 deletions

View File

@@ -3,4 +3,4 @@ sketchupviewer)
type="dmg"
downloadURL="$(curl -fs https://www.sketchup.com/sketchup/SketchUpViewer-en-dmg | grep "<a href=" | sed 's/.*href="//' | sed 's/".*//')"
expectedTeamID="J8PVMCY7KL"
;;
;;

View File

@@ -4,4 +4,4 @@ sqlpropostgres)
downloadURL="https://macpostgresclient.com/download.php"
expectedTeamID="LKJB72232C"
blockingProcesses=( "SQLPro for Postgres" )
;;
;;

View File

@@ -4,4 +4,4 @@ sqlprostudio)
downloadURL="https://www.sqlprostudio.com/download.php"
expectedTeamID="LKJB72232C"
blockingProcesses=( "SQLPro Studio" )
;;
;;

View File

@@ -5,4 +5,4 @@ wacomdrivers)
expectedTeamID="EG27766DY7"
pkgName="Install Wacom Tablet.pkg"
appNewVersion="$(curl -fs https://www.wacom.com/en-us/support/product-support/drivers | grep mac/professional/releasenotes | head -1 | awk -F"|" '{print $1}' | awk -F"Driver" '{print $3}' | sed -e 's/ (.*//g' | tr -d ' ')"
;;
;;