qgis / QGIS-Mac-Packager

Scripts for Official QGIS MacOS Packages
https://www.qgis.org
GNU General Public License v2.0
54 stars 21 forks source link

qgis_deps build scripts dependency URLs are dead links #176

Open jonghough opened 6 months ago

jonghough commented 6 months ago

I am trying to build qgis_deps locally but have run into the problem that the dependency download URLs are dead links

For example: https://github.com/qgis/QGIS-Mac-Packager/blob/7431116e89796a991f90ead2946a99057eab560f/qgis_deps/recipes/zlib/recipe.sh#L13C10-L13C54

This link is dead. https://zlib.net/zlib-1.2.11.tar.gz

Converting to https://zlib.net/zlib-1.3.tar.gz (bumping version) does work ( if I ignore MD5 checksum checking as SHA256 is used).

There are several other such dependencies.