Posted on 12-08-2022 08:09 AM
Many software publishers provide static (non-changing) links that always point to the latest release.
Consider this download link for Zoom:
https://zoom.us/client/5.12.9.13190/zoomusInstallerFull.pkg
It works, but it always downloads version 5.12.9.13190, even if a newer version is available. Now, consider this download link.
Zoom (Intel):
https://zoom.us/client/latest/Zoom.pkg
As the name suggests, it always points to the latest release. You can use that URL with a Universal Installer script (like the one found here) to create a Jamf policy that never needs to be updated.
Similar static links are available for lots of other apps, but they're not always easy to find.
That's why I created this thread. It is my hope that others will share these static links here, so that this thread can be a continuing resource to Jamf Admins.
Here are a few more.
Zoom (Apple Silicon):
https://zoom.us/client/latest/Zoom.pkg?archType=arm64
Coconut Battery:
https://coconut-flavour.com/downloads/coconutBattery_latest.zip
Google Chrome (Universal):
https://dl.google.com/dl/chrome/mac/universal/stable/gcem/GoogleChrome.pkg
Webex (Intel):
https://binaries.webex.com/WebexTeamsDesktop-MACOS-Gold/Webex.dmg
Webex (Apple Silicon):
https://binaries.webex.com/WebexDesktop-MACOS-Apple-Silicon-Gold/Webex.dmg
Posted on 12-08-2022 08:53 AM
Not that this thread isn't useful, but rather than posting download links here you could refer people to https://github.com/Installomator/Installomator/blob/main/Installomator.sh where searching for the an app of interest will show an associated downloadURL for it.
Posted on 12-08-2022 10:08 AM
Zoom has a universal installer intended for IT deployments:
https://zoom.us/client/latest/ZoomInstallerIT.pkg
Firefox ESR:
https://download.mozilla.org/?product=firefox-esr-pkg-latest-ssl&os=osx&lang=en-US
Posted on 12-08-2022 12:56 PM
If you're going to do something like this it should probably be kept in GitHub or some sort of source control. That way people can create pull requests for additions or changes. Otherwise, it's going to take a ton of scrolling to maybe find what you want.