From ff1e678f5e26f31dad8bb3de5e555871dd2ab059 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sun, 20 Oct 2019 02:12:18 +0000 Subject: [PATCH] update winnie build and packaging git-svn-id: http://svn.osgeo.org/postgis/branches/3.0@17982 b70326c6-7e19-0410-871a-916f4a2858ee --- ci/winnie/build_postgis.sh | 8 ++++---- ci/winnie/regress_postgis.sh | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ci/winnie/build_postgis.sh b/ci/winnie/build_postgis.sh index 5f0a12d4d..0875fde1a 100644 --- a/ci/winnie/build_postgis.sh +++ b/ci/winnie/build_postgis.sh @@ -1,9 +1,9 @@ #!/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 @@ -11,7 +11,7 @@ if [[ "${OVERRIDE}" == '' ]] ; then 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 diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh index 5273001a9..4f6d64709 100644 --- a/ci/winnie/regress_postgis.sh +++ b/ci/winnie/regress_postgis.sh @@ -1,9 +1,9 @@ #!/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 @@ -11,7 +11,7 @@ if [[ "${OVERRIDE}" == '' ]] ; then 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 -- 2.40.0