Revert "libpng: fix download location"
authorPeter Korsgaard <peter@korsgaard.com>
Fri, 28 Feb 2014 13:49:39 +0000 (14:49 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 28 Feb 2014 13:50:23 +0000 (14:50 +0100)
This reverts commit 7e505749659cde372fe5c52d2d8e5f9a2e945223.

Now that we've bumped the libpng version, we shouldn't look for it among the
older releases.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libpng/libpng.mk

index e8483b7b62b2d8867ec3e1869d48ae572bf6111f..0bfe7d1d1bfa33e4e814e3410d406cc205fff8f0 100644 (file)
@@ -7,7 +7,7 @@
 LIBPNG_VERSION = 1.6.9
 LIBPNG_SERIES = 16
 LIBPNG_SOURCE = libpng-$(LIBPNG_VERSION).tar.xz
-LIBPNG_SITE = http://downloads.sourceforge.net/project/libpng/libpng${LIBPNG_SERIES}/older-releases/$(LIBPNG_VERSION)
+LIBPNG_SITE = http://downloads.sourceforge.net/project/libpng/libpng${LIBPNG_SERIES}/$(LIBPNG_VERSION)
 LIBPNG_LICENSE = libpng license
 LIBPNG_LICENSE_FILES = LICENSE
 LIBPNG_INSTALL_STAGING = YES