From 9817eb149e277e652b19ed08c495fbdff9542550 Mon Sep 17 00:00:00 2001 From: Johannes Hoppe <info@johanneshoppe.com> Date: Fri, 8 Sep 2017 18:36:53 +0200 Subject: [PATCH] Update gdal to version 2.2.1 (#452) --- builds/libraries/vendor/gdal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builds/libraries/vendor/gdal b/builds/libraries/vendor/gdal index ea8b2c90..21b331a5 100755 --- a/builds/libraries/vendor/gdal +++ b/builds/libraries/vendor/gdal @@ -10,7 +10,7 @@ hash -r echo "Building gdal..." -VERSION="1.11.5" +VERSION="2.2.1" SOURCE_TARBALL="http://download.osgeo.org/gdal/${VERSION}/gdal-${VERSION}.tar.gz" curl -L $SOURCE_TARBALL | tar zx -- GitLab