Files
munki-recipes/zoom.us-Intel/zoom.us.download.recipe
Dennis Juhler Aagaard fea0f70ca7 Adding Zoom recipe
2022-06-29 16:43:12 +02:00

53 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Comment</key>
<string>Created with Recipe Robot v2.2.0 (https://github.com/homebysix/recipe-robot)</string>
<key>Description</key>
<string>For Intel Macs - Downloads the latest version of zoom.us.</string>
<key>Identifier</key>
<string>com.github.solutiogruppen.download.zoom.us</string>
<key>Input</key>
<dict>
<key>NAME</key>
<string>zoom.us</string>
</dict>
<key>MinimumVersion</key>
<string>1.0.0</string>
<key>Process</key>
<array>
<dict>
<key>Arguments</key>
<dict>
<key>filename</key>
<string>%NAME%.pkg</string>
<key>url</key>
<string>https://zoom.us/client/latest/zoomusInstallerFull.pkg</string>
</dict>
<key>Processor</key>
<string>URLDownloader</string>
</dict>
<dict>
<key>Processor</key>
<string>EndOfCheckPhase</string>
</dict>
<dict>
<key>Arguments</key>
<dict>
<key>expected_authority_names</key>
<array>
<string>Developer ID Installer: Zoom Video Communications, Inc. (BJ4HAAB9B3)</string>
<string>Developer ID Certification Authority</string>
<string>Apple Root CA</string>
</array>
<key>input_path</key>
<string>%pathname%</string>
</dict>
<key>Processor</key>
<string>CodeSignatureVerifier</string>
</dict>
</array>
</dict>
</plist>