autopkg / hjuutilainen-recipes

Recipes for AutoPkg
MIT License
49 stars 74 forks source link

Blender.download.recipe failing to match current download URI #187

Closed elkram closed 3 years ago

elkram commented 3 years ago

URLTextSearcher {'Input': {'re_pattern': '(?PBlender[0-9a-zA-Z\.]+/blender-(?P[0-9a-zA-Z\.]+)-macOS.dmg)', 'url': 'https://www.blender.org/download/'}} URLTextSearcher: No value supplied for result_output_var_name, setting default value of: match No match found on URL: https://www.blender.org/download/ Failed.

choules commented 3 years ago

It seems like Blender has changed the download urls and added a separate build for Apple Silicon. My pull request #188 should update the download recipe accordingly.