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 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 1c3bf94a..81a35814 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -47,7 +47,7 @@ test_script: - echo test_script - set PROJ_LIB=%PROJ_DIR%\share\proj - cd %PROJ_LIB% - - curl -O http://download.osgeo.org/proj/proj-datumgrid-1.8.zip + - curl -O https://download.osgeo.org/proj/proj-datumgrid-1.8.zip - 7z e -aoa -y proj-datumgrid-1.8.zip - cd %PROJ_BUILD% - ctest -V -C Release -- cgit v1.2.3