autopkg / hjuutilainen-recipes

Recipes for AutoPkg
MIT License
49 stars 74 forks source link

Update GIMP.download.recipe #268

Closed JiiJuuTee closed 6 months ago

JiiJuuTee commented 9 months ago

We noticed that this recipe keeps downloading (and importing) GIMP although the version has not changed. What caused this is that the server that hosts GIMP, keeps giving different e-tags every download.

We fixed this by adding:

CHECK_FILESIZE_ONLY

to URLDownloader processor, so the recipe will try to match the files via size, not e-tags.