#!/bin/bash
set -e
if [[ "${OVERRIDE}" == '' ]] ; then
- export GEOS_VER=3.8.0rc2
- export GDAL_VER=2.2.4
- export PROJ_VER=4.9.3
+ export GEOS_VER=3.8.0
+ export GDAL_VER=2.4.2
+ export PROJ_VER=5.2.0
export SFCGAL_VER=1.3.2
export CGAL_VER=4.11
export ICON_VER=1.15
export PROTOBUF_VER=3.2.0
export PROTOBUFC_VER=1.2.1
export JSON_VER=0.12
- export PROJSO=libproj-12.dll
+ export PROJSO=libproj-13.dll
fi;
export PROTOBUF_VER=3.2.0
#!/bin/bash
set -e
if [[ "${OVERRIDE}" == '' ]] ; then
- export GEOS_VER=3.8.0rc2
- export GDAL_VER=2.2.4
- export PROJ_VER=4.9.3
+ export GEOS_VER=3.8.0
+ export GDAL_VER=2.4.2
+ export PROJ_VER=5.2.0
export SFCGAL_VER=1.3.2
export CGAL_VER=4.11
export ICON_VER=1.15
export PROTOBUF_VER=3.2.0
export PROTOBUFC_VER=1.2.1
export JSON_VER=0.12
- export PROJSO=libproj-12.dll
+ export PROJSO=libproj-13.dll
fi;
export PROTOBUF_VER=3.2.0