Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Update GDAL to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Nov 6, 2020
1 parent 4790330 commit 0d5b6c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/gdal/recipe.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# version of your package
VERSION_gdal=3.1.2
VERSION_gdal=3.2.0

# dependencies of this recipe
DEPS_gdal=(iconv sqlite3 geos libtiff postgresql expat zlib openjpeg libspatialite webp libpng)
Expand All @@ -10,7 +10,7 @@ DEPS_gdal=(iconv sqlite3 geos libtiff postgresql expat zlib openjpeg libspatiali
URL_gdal=http://download.osgeo.org/gdal/$VERSION_gdal/gdal-${VERSION_gdal}.tar.gz

# md5 of the package
MD5_gdal=68349526344ee45accf2773a1a6e71f2
MD5_gdal=31e4819a41b0d38777235e78f6adf9f0

# default build path
BUILD_gdal=$BUILD_PATH/gdal/$(get_directory $URL_gdal)
Expand Down

0 comments on commit 0d5b6c9

Please sign in to comment.