zoomgov and yed

This commit is contained in:
Søren Theilgaard
2021-10-14 08:48:27 +02:00
parent 8feb2e5578
commit 05039ae826
3 changed files with 17 additions and 0 deletions

View File

@@ -316,12 +316,14 @@ wwdc
xeroxphaser7800 xeroxphaser7800
xink xink
xquartz xquartz
yed
yubikeymanagerqt yubikeymanagerqt
zappy zappy
zeplin zeplin
zohoworkdrive zohoworkdrive
zoom zoom
zoomclient zoomclient
zoomgov
zoomrooms zoomrooms
zulujdk11 zulujdk11
zulujdk13 zulujdk13

8
fragments/labels/yed.sh Normal file
View File

@@ -0,0 +1,8 @@
yed)
# This label assumes accept of these T&Cs: https://www.yworks.com/resources/yed/license.html
name="yEd"
type="dmg"
downloadURL="https://www.yworks.com"$(curl -fs "https://www.yworks.com/products/yed/download" | grep -o -e "/resources/.*\.dmg" | tr " " '\n' | grep -o -e "/resources/.*\.dmg")
appNewVersion=$(echo $downloadURL | sed -E 's/.*-([0-9.]*)_.*\.dmg/\1/')
expectedTeamID="JD89S887M2"
;;

View File

@@ -0,0 +1,7 @@
zoomgov)
name="zoom.us"
type="pkg"
downloadURL="https://www.zoomgov.com/client/latest/ZoomInstallerIT.pkg"
appNewVersion="$(curl -fsIL ${downloadURL} | grep -i ^location | cut -d "/" -f5)"
expectedTeamID="BJ4HAAB9B3"
;;