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.3.2 and PROJ to 8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Sep 11, 2021
1 parent 26b5018 commit d509129
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.3.1
VERSION_gdal=3.3.2

# dependencies of this recipe
DEPS_gdal=(iconv sqlite3 geos postgresql expat openjpeg libspatialite webp libpng poppler)
Expand All @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions recipes/proj/recipe.sh
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit d509129

Please sign in to comment.