added sketch

This commit is contained in:
Armin Briegel
2020-11-24 08:52:45 +01:00
parent 4c8e6ef9c3
commit dd73b719ff

View File

@@ -1505,7 +1505,13 @@ libreoffice)
downloadURL="https://download.documentfoundation.org/libreoffice/stable/$(curl -s https://www.libreoffice.org/download/download/ | grep dl_version_number | head -n 1 | cut -d'>' -f3 | cut -d'<' -f1)/mac/x86_64/LibreOffice_$(curl -s https://www.libreoffice.org/download/download/ | grep dl_version_number | head -n 1 | cut -d'>' -f3 | cut -d'<' -f1)_MacOS_x86-64.dmg"
expectedTeamID="7P5S3ZLCN7"
;;
sketch)
# credit: Alex L. (@aloew on MacAdmins Slack)
name="Sketch"
type="zip"
downloadURL="http://download.sketchapp.com/sketch.zip"
expectedTeamID="WUGMZZ5K46"
;;
# MARK: add new labels above here