Add libtiff 4.0.9 (#8201)
This commit is contained in:
parent
1ec0f37897
commit
17e6260d4b
1 changed files with 5 additions and 3 deletions
|
@ -26,10 +26,12 @@
|
||||||
|
|
||||||
|
|
||||||
class Libtiff(AutotoolsPackage):
|
class Libtiff(AutotoolsPackage):
|
||||||
"""libtiff graphics format library"""
|
"""LibTIFF - Tag Image File Format (TIFF) Library and Utilities."""
|
||||||
homepage = "http://www.simplesystems.org/libtiff/"
|
|
||||||
url = "http://download.osgeo.org/libtiff/tiff-4.0.8.tar.gz"
|
|
||||||
|
|
||||||
|
homepage = "http://www.simplesystems.org/libtiff/"
|
||||||
|
url = "http://download.osgeo.org/libtiff/tiff-4.0.9.tar.gz"
|
||||||
|
|
||||||
|
version('4.0.9', '54bad211279cc93eb4fca31ba9bfdc79')
|
||||||
version('4.0.8', '2a7d1c1318416ddf36d5f6fa4600069b')
|
version('4.0.8', '2a7d1c1318416ddf36d5f6fa4600069b')
|
||||||
version('4.0.7', '77ae928d2c6b7fb46a21c3a29325157b')
|
version('4.0.7', '77ae928d2c6b7fb46a21c3a29325157b')
|
||||||
version('4.0.6', 'd1d2e940dea0b5ad435f21f03d96dd72')
|
version('4.0.6', 'd1d2e940dea0b5ad435f21f03d96dd72')
|
||||||
|
|
Loading…
Reference in a new issue