libtiff: http -> https (#13332)
This commit is contained in:
parent
b56e46ece8
commit
529d1246f6
@ -10,7 +10,7 @@ class Libtiff(AutotoolsPackage):
|
|||||||
"""LibTIFF - Tag Image File Format (TIFF) Library and Utilities."""
|
"""LibTIFF - Tag Image File Format (TIFF) Library and Utilities."""
|
||||||
|
|
||||||
homepage = "http://www.simplesystems.org/libtiff/"
|
homepage = "http://www.simplesystems.org/libtiff/"
|
||||||
url = "http://download.osgeo.org/libtiff/tiff-4.0.10.tar.gz"
|
url = "https://download.osgeo.org/libtiff/tiff-4.0.10.tar.gz"
|
||||||
|
|
||||||
version('4.0.10', sha256='2c52d11ccaf767457db0c46795d9c7d1a8d8f76f68b0b800a3dfe45786b996e4')
|
version('4.0.10', sha256='2c52d11ccaf767457db0c46795d9c7d1a8d8f76f68b0b800a3dfe45786b996e4')
|
||||||
version('4.0.9', sha256='6e7bdeec2c310734e734d19aae3a71ebe37a4d842e0e23dbb1b8921c0026cfcd')
|
version('4.0.9', sha256='6e7bdeec2c310734e734d19aae3a71ebe37a4d842e0e23dbb1b8921c0026cfcd')
|
||||||
|
Loading…
Reference in New Issue
Block a user