version bump libpng

This commit is contained in:
Todd Gamblin 2015-01-19 14:06:25 -08:00
parent 53c8b4249a
commit 0211adbdb6

View File

@ -3,9 +3,9 @@
class Libpng(Package):
"""libpng graphics file format"""
homepage = "http://www.libpng.org/pub/png/libpng.html"
url = "http://sourceforge.net/projects/libpng/files/libpng16/1.6.14/libpng-1.6.14.tar.gz/download"
url = "http://prdownloads.sourceforge.net/libpng/libpng-1.6.16.tar.gz?download"
version('1.6.14', '2101b3de1d5f348925990f9aa8405660')
version('1.6.16', '1a4ad377919ab15b54f6cb6a3ae2622d')
def install(self, spec, prefix):
configure("--prefix=%s" % prefix)