]> granicus.if.org Git - postgis/commitdiff
update winnie build and packaging
authorRegina Obe <lr@pcorp.us>
Sun, 20 Oct 2019 02:12:18 +0000 (02:12 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 20 Oct 2019 02:12:18 +0000 (02:12 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/3.0@17982 b70326c6-7e19-0410-871a-916f4a2858ee

ci/winnie/build_postgis.sh
ci/winnie/regress_postgis.sh

index 5f0a12d4d0bf93041b8dce63d0ad58659b55a8af..0875fde1ae12a2c8b167ee17ce92bfa0c285ebec 100644 (file)
@@ -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
index 5273001a9a46e93f1473e91e9705ad185bcd8658..4f6d647096dbb9996ea3568e9ef7bfe0f3a37f84 100644 (file)
@@ -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