diff --git a/recipes/gdal/recipe.sh b/recipes/gdal/recipe.sh index e4e41b9..9988f36 100644 --- a/recipes/gdal/recipe.sh +++ b/recipes/gdal/recipe.sh @@ -1,7 +1,7 @@ #!/bin/bash # version of your package -VERSION_gdal=3.3.1 +VERSION_gdal=3.3.2 # dependencies of this recipe DEPS_gdal=(iconv sqlite3 geos postgresql expat openjpeg libspatialite webp libpng poppler) @@ -10,7 +10,7 @@ DEPS_gdal=(iconv sqlite3 geos postgresql expat openjpeg libspatialite webp libpn URL_gdal=http://download.osgeo.org/gdal/$VERSION_gdal/gdal-${VERSION_gdal}.tar.gz # md5 of the package -MD5_gdal=4b256d19897aed9dd34c4fdf54212e2c +MD5_gdal=fd82c580ec9e16a0a46cd176243a8a56 # default build path BUILD_gdal=$BUILD_PATH/gdal/$(get_directory $URL_gdal) diff --git a/recipes/proj/recipe.sh b/recipes/proj/recipe.sh index a8c2f51..aca4baa 100644 --- a/recipes/proj/recipe.sh +++ b/recipes/proj/recipe.sh @@ -1,7 +1,7 @@ #!/bin/bash # version of your package -VERSION_proj=8.1.0 +VERSION_proj=8.1.1 # dependencies of this recipe DEPS_proj=(sqlite3 libtiff) @@ -10,7 +10,7 @@ DEPS_proj=(sqlite3 libtiff) URL_proj=https://download.osgeo.org/proj/proj-${VERSION_proj}.tar.gz # md5 of the package -MD5_proj=719aa3448d3e911cb8f729a6020fad6c +MD5_proj=f017fd7d35311b0d65b2cf0503844690 # default build path BUILD_proj=$BUILD_PATH/proj/$(get_directory $URL_proj)