Add GDAL 3.0.2 (#13603)
This commit is contained in:
parent
8cbea5f767
commit
6ffbc9c091
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,7 @@ class Gdal(AutotoolsPackage):
|
|||
"""
|
||||
|
||||
homepage = "https://www.gdal.org/"
|
||||
url = "https://download.osgeo.org/gdal/3.0.1/gdal-3.0.1.tar.xz"
|
||||
url = "https://download.osgeo.org/gdal/3.0.2/gdal-3.0.2.tar.xz"
|
||||
list_url = "https://download.osgeo.org/gdal/"
|
||||
list_depth = 1
|
||||
|
||||
|
@ -29,6 +29,7 @@ class Gdal(AutotoolsPackage):
|
|||
'osgeo.gdal_array', 'osgeo.gdalconst'
|
||||
]
|
||||
|
||||
version('3.0.2', sha256='c3765371ce391715c8f28bd6defbc70b57aa43341f6e94605f04fe3c92468983')
|
||||
version('3.0.1', sha256='45b4ae25dbd87282d589eca76481c426f72132d7a599556470d5c38263b09266')
|
||||
version('3.0.0', sha256='ad316fa052d94d9606e90b20a514b92b2dd64e3142dfdbd8f10981a5fcd5c43e')
|
||||
version('2.4.2', sha256='dcc132e469c5eb76fa4aaff238d32e45a5d947dc5b6c801a123b70045b618e0c')
|
||||
|
|
Loading…
Reference in a new issue