mapserver: http -> https (#13334)

This commit is contained in:
Adam J. Stewart 2019-10-20 16:31:55 -05:00 committed by GitHub
parent 4789ac956c
commit 785d5d9ca3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ class Mapserver(CMakePackage):
to content"""
homepage = "http://www.mapserver.org/"
url = "http://download.osgeo.org/mapserver/mapserver-7.2.1.tar.gz"
url = "https://download.osgeo.org/mapserver/mapserver-7.2.1.tar.gz"
version('7.2.1', sha256='9459a7057d5a85be66a41096a5d804f74665381186c37077c94b56e784db6102')