updated gdal version

This commit is contained in:
2016-03-02 18:54:28 -05:00
parent 10eb361975
commit 58ecbd8a73
+2 -2
View File
@@ -10,11 +10,11 @@ hash -r
echo "Building gdal..."
SOURCE_TARBALL='http://download.osgeo.org/gdal/1.11.0/gdal-1.11.0.tar.gz'
SOURCE_TARBALL='http://download.osgeo.org/gdal/1.11.1/gdal-1.11.1.tar.gz'
curl -L $SOURCE_TARBALL | tar zx
cd gdal-1.11.0
cd gdal-1.11.1
./configure --prefix=$OUT_PREFIX &&
make
make install