liblas: http -> https (#13331)

This commit is contained in:
Adam J. Stewart 2019-10-20 15:51:35 -05:00 committed by GitHub
parent 529d1246f6
commit 4789ac956c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ class Liblas(CMakePackage):
"""
homepage = "https://liblas.org/"
url = "http://download.osgeo.org/liblas/libLAS-1.8.1.tar.bz2"
url = "https://download.osgeo.org/liblas/libLAS-1.8.1.tar.bz2"
version('1.8.1', sha256='9adb4a98c63b461ed2bc82e214ae522cbd809cff578f28511122efe6c7ea4e76')