autopkg / hjuutilainen-recipes

Recipes for AutoPkg
MIT License
49 stars 74 forks source link

"io.github.hjuutilainen.download.GIMP" no match error #283

Closed Daz-wallace closed 1 month ago

Daz-wallace commented 1 month ago

Heya,

Looks like something has changed with the URL this recipe uses (Vender changes) that now shows no match.

The following recipes failed: io.github.hjuutilainen.download.GIMP Error in io.github.hjuutilainen.download.GIMP: Processor: URLTextSearcher: Error: No match found on URL: https://www.gimp.org/downloads/

I'll take a look and see if I can put in a PR for it :)

Daz-wallace commented 1 month ago

Looks like the regex we're scraping for has changed from //download\.gimp\.org/gimp/v[0-9\.]*/macos/gimp-[0-9\.\-]*-%ARCH%\.dmg to: //download\.gimp\.org/gimp/v[0-9\.]*/macos/gimp-[0-9\.\-]*-%ARCH%-1\.dmg