indygreg / python-build-standalone

Produce redistributable builds of Python
BSD 3-Clause "New" or "Revised" License
1.71k stars 107 forks source link

Fix zlib download URL #120

Closed ddeville closed 2 years ago

ddeville commented 2 years ago

zlib just released 1.2.12 on 03/22 and they only have the latest version available under zlib.net (so right now it's https://www.zlib.net/zlib-1.2.12.tar.gz and https://www.zlib.net/zlib-1.2.11.tar.gz 404s and the Python build is broken.

However, they keep all versions (including the latest) under zlib.net/fossils so use that path instead.