aboutsummaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorPaul Menzel <pmenzel@molgen.mpg.de>2019-06-21 13:39:01 +0200
committerPaul Menzel <pmenzel@molgen.mpg.de>2019-06-21 13:39:01 +0200
commit80a8ccc63cb6e95ebab9ea7c6f4e1cef66122ef4 (patch)
treed6d1daf7a43fc8e914d42c42239d99f99366e199 /travis
parent7bc53f865f35162469e5b59633a9bad0794bd367 (diff)
downloadPROJ-80a8ccc63cb6e95ebab9ea7c6f4e1cef66122ef4.tar.gz
PROJ-80a8ccc63cb6e95ebab9ea7c6f4e1cef66122ef4.zip
Use HTTPS URLs for download.osgeo.org
Change all occurrences with the command below. git grep -l http://download.osgeo.org/ | xargs sed -i 's,http://download.osgeo.org/,https://download.osgeo.org/,g' Fixes: https://github.com/OSGeo/PROJ/issues/1521
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/install.sh2
-rwxr-xr-xtravis/mingw32/install.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/travis/install.sh b/travis/install.sh
index 334dcda3..d0bc3743 100755
--- a/travis/install.sh
+++ b/travis/install.sh
@@ -14,7 +14,7 @@ fi
echo "NPROC=${NPROC}"
# Download grid files
-wget http://download.osgeo.org/proj/proj-datumgrid-1.8.zip
+wget https://download.osgeo.org/proj/proj-datumgrid-1.8.zip
# prepare build files
./autogen.sh
diff --git a/travis/mingw32/install.sh b/travis/mingw32/install.sh
index 80d591f4..af7761c3 100755
--- a/travis/mingw32/install.sh
+++ b/travis/mingw32/install.sh
@@ -31,7 +31,7 @@ find /tmp/proj_autoconf_install
test/unit/test_cpp_api.exe
cd ..
# Now with grids
-wget http://download.osgeo.org/proj/proj-datumgrid-1.5.zip
+wget https://download.osgeo.org/proj/proj-datumgrid-1.5.zip
cd data
unzip -o ../proj-datumgrid-1.5.zip
cd ..