GDAL: add v3.1.1 (#17302)
This commit is contained in:
parent
17fa1edf32
commit
c8e2529eae
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.4/gdal-3.0.4.tar.xz"
|
||||
url = "https://download.osgeo.org/gdal/3.1.1/gdal-3.1.1.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.1.1', sha256='97154a606339a6c1d87c80fb354d7456fe49828b2ef9a3bc9ed91771a03d2a04')
|
||||
version('3.1.0', sha256='e754a22242ccbec731aacdb2333b567d4c95b9b02d3ba1ea12f70508d244fcda')
|
||||
version('3.0.4', sha256='5569a4daa1abcbba47a9d535172fc335194d9214fdb96cd0f139bb57329ae277')
|
||||
version('3.0.3', sha256='e20add5802265159366f197a8bb354899e1693eab8dbba2208de14a457566109')
|
||||
|
|
Loading…
Reference in a new issue