diff options
| author | Paul Menzel <pmenzel@molgen.mpg.de> | 2019-06-21 13:39:01 +0200 |
|---|---|---|
| committer | Paul Menzel <pmenzel@molgen.mpg.de> | 2019-06-21 13:39:01 +0200 |
| commit | 80a8ccc63cb6e95ebab9ea7c6f4e1cef66122ef4 (patch) | |
| tree | d6d1daf7a43fc8e914d42c42239d99f99366e199 /travis | |
| parent | 7bc53f865f35162469e5b59633a9bad0794bd367 (diff) | |
| download | PROJ-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-x | travis/install.sh | 2 | ||||
| -rwxr-xr-x | travis/mingw32/install.sh | 2 |
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 .. |
