autopkg / foigus-recipes

21 stars 30 forks source link

Update Cinema4DSubscription.pkg.recipe #137

Closed paul-cossey closed 8 months ago

paul-cossey commented 8 months ago

Hi, @foigus

URLTextSearcher currently has 2024 hardcoded in to the re_pattern when it's grabbing the version number. This results in failure when using 2023 in the MAJOR_VERSION variable.

This PR changes the hardcoded 2024 to use the MAJOR_VERSION variable.

Thanks!