autopkg / joshua-d-miller-recipes

My recipes for autopkg https://github.com/autopkg
13 stars 44 forks source link

KalturaCapture.download : Search for full download URL not just version #147

Closed vmiller closed 1 year ago

vmiller commented 1 year ago

The KaltureCapture.download recipe was searching for the version on the release notes page and constructing the download URL using that version. This technique breaks down when the latest release is for Windows and does not include macOS.

This pull request instead searches for a download URL of the correct file type (.dmg)

joshua-d-miller commented 1 year ago

Looks good. Thanks for this 👍