ivansafrin / Polycode

Polycode is a cross-platform framework for creative code.
polycode.org
MIT License
2.38k stars 349 forks source link

libpng hash mismatch #388

Open ghost opened 11 years ago

ghost commented 11 years ago

Broken mirror for libpng download? I get this error when building Polycode dependencies.

3>      for file: [C:/Polycode/Dependencies/Downloads/libpng-1.5.10.tar.gz]
3>        expected hash: [9e5d864bce8f06751bbd99962ecf4aad]
3>          actual hash: [d41d8cd98f00b204e9800998ecf8427e]
jwilander commented 10 years ago

I'm getting the same error.

rozenstein94 commented 10 years ago

Same error,same hashes, 7 month later

ghost commented 10 years ago

Could change URL in Polycode\CMake\ExternalPNG.cmake to, for example:
URL ftp://ftp.openssh.com/ports/distfiles/libpng-1.5.10.tar.gz

The URL is one of the mirrors here: http://www.filewatcher.com/m/libpng-1.5.10.tar.gz.1066062-0.html

And build again.