Add latest version of libtiff (#4067)

This commit is contained in:
Adam J. Stewart 2017-05-01 15:19:51 -05:00 committed by GitHub
parent 9e4b0eb34a
commit c86b53a73f

View File

@ -28,8 +28,9 @@
class Libtiff(AutotoolsPackage):
"""libtiff graphics format library"""
homepage = "http://www.simplesystems.org/libtiff/"
url = "http://download.osgeo.org/libtiff/tiff-4.0.3.tar.gz"
url = "http://download.osgeo.org/libtiff/tiff-4.0.7.tar.gz"
version('4.0.7', '77ae928d2c6b7fb46a21c3a29325157b')
version('4.0.6', 'd1d2e940dea0b5ad435f21f03d96dd72')
version('4.0.3', '051c1068e6a0627f461948c365290410')