diff --git a/recipes/gdal/recipe.sh b/recipes/gdal/recipe.sh index 67e837b..9b3c032 100644 --- a/recipes/gdal/recipe.sh +++ b/recipes/gdal/recipe.sh @@ -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) @@ -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)