autopkg / andrewvalentine-recipes

6 stars 19 forks source link

Update Etcher.download.recipe #16

Closed blackthroat closed 5 years ago

blackthroat commented 5 years ago

With the recent rebranding from Etcher to balenaEtcher, there are no current releases (only pre-releases) with the new naming format. Until a release happens, this download recipe is broken with the current regex. Either the regex could be updated, or the proposed changes could be put in place and then removed after the first release. I'll leave that up to you to decide.

Error in local.munki.autopkg_Etcher: Processor: GitHubReleasesInfoProvider: Error: No release assets were found that satisfy the criteria.

andrewvalentine commented 5 years ago

Thanks for this. I've moved the PRERELEASE requirement into Input, so that it can be overridden as needed. I basically copied this from the com.github.dataJAR-recipes.download.DB Browser for SQLite recipe.

I've also updated the description to reflect the changes.