Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Christoforides <alexis@thenull.net>2015-08-17 22:33:44 +0300
committerAlexis Christoforides <alexis@thenull.net>2015-08-17 22:33:44 +0300
commitb28e58c65056bb6b9eca134f670f14008d78f48d (patch)
tree8d6a15cc3ac35c0085be09a5ba2e18247aba90b5
parent6664fcebabe6dbad9364971fe61103ac3668c690 (diff)
Updated URL for downloading libPNG
-rw-r--r--packages/libpng.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/libpng.py b/packages/libpng.py
index 9dd4b16..4648fb7 100644
--- a/packages/libpng.py
+++ b/packages/libpng.py
@@ -1,7 +1,7 @@
class LibPngPackage (Package):
def __init__ (self):
Package.__init__(self, 'libpng', '1.4.12',
- sources = ['http://downloads.sourceforge.net/sourceforge/libpng/libpng-1.4.12.tar.xz'],
- configure_flags = ['--enable-shared'])
+ sources = ['http://iweb.dl.sourceforge.net/project/libpng/libpng14/older-releases/1.4.12/libpng-1.4.12.tar.xz'],
+ configure_flags = ['--enable-shared'])
LibPngPackage()