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/mingw32/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'travis/mingw32') 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