From 80a8ccc63cb6e95ebab9ea7c6f4e1cef66122ef4 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 21 Jun 2019 13:39:01 +0200 Subject: 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 --- travis/install.sh | 2 +- travis/mingw32/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'travis') 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 .. -- cgit v1.2.3