autopkg / joshua-d-miller-recipes

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

Audacity Recipe won't pull past version 3.0.2 #113

Closed JCSmillie closed 2 years ago

JCSmillie commented 2 years ago

Audacity.download doesn't appear to want to grab anything past v3.0.2. I think its because this is what its looking for as input: {'Input': {'asset_regex': 'audacity-macos-[\\d]\\.[\\d]\\.[\\d]\\.dmg',

All versions after 3.0.3 have "-intel" at the end so for instance "audacity-macos-3.1.3-Intel.dmg" which wouldn't get picked up here.

TK5-Tim commented 2 years ago

I just noticed that as well and will look into it and offer a solution in a PR.

joshua-d-miller commented 2 years ago

This should be resolved with the latest pull request. Please verify and let me know :)

JCSmillie commented 2 years ago

My instance pulled the latest version after I updated my repos. Thank you!