autopkg / joshua-d-miller-recipes

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

Unity3D.download doesn't support year based versioning #149

Open andrewvalentine opened 1 year ago

andrewvalentine commented 1 year ago

At present, running Unity3D.download retrieves the latest version of the 2022 iteration of the app. Can support be implemented for retrieving 2023?

All versions can be accessed via:

https://unity.com/releases/editor/archive

With the 2023 URL being:

https://unity.com/releases/editor/archive#download-archive-2023

The URL for the Apple Silicon version of the latest version of the 2023 pkg still seems to match your existing regex though?

https://download.unity3d.com/download_unity/9dce81d9e7e0/MacEditorInstallerArm64/Unity.pkg

Thanks

TonyPaco commented 1 year ago

https://github.com/autopkg/joshua-d-miller-recipes/pull/153