GEOS: http -> https (#13327)
This commit is contained in:
parent
c767444f88
commit
1673dc5aeb
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Geos(AutotoolsPackage):
|
|||
operators, as well as specific JTS enhanced topology functions."""
|
||||
|
||||
homepage = "http://trac.osgeo.org/geos/"
|
||||
url = "http://download.osgeo.org/geos/geos-3.7.2.tar.bz2"
|
||||
url = "https://download.osgeo.org/geos/geos-3.7.2.tar.bz2"
|
||||
|
||||
maintainers = ['adamjstewart']
|
||||
|
||||
|
|
Loading…
Reference in a new issue