From e9280f0310df4daddfad7c82b0588457c16de613 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sat, 3 Feb 2018 10:51:23 +0100 Subject: [PATCH] appveyor: move to https links --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 42cffebbe..d6d4e71c7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -37,11 +37,11 @@ install: - cd c:\ - if exist libs ( rmdir c:\libs /s /q ) - mkdir libs - - if not exist osm2pgsql_win_deps_release.7z ( curl -O http://lonvia.dev.openstreetmap.org/osm2pgsql-winbuild/osm2pgsql_win_deps_release.7z ) + - if not exist osm2pgsql_win_deps_release.7z ( curl -O https://lonvia.dev.openstreetmap.org/osm2pgsql-winbuild/osm2pgsql_win_deps_release.7z ) - 7z x osm2pgsql_win_deps_release.7z | find ":" - cd c:\libs - echo Downloading and installing PostGIS: - - if not exist %POSTGIS_FILE%.zip ( curl -L -O -S -s http://lonvia.dev.openstreetmap.org/osm2pgsql-winbuild/%POSTGIS_FILE%.zip ) + - if not exist %POSTGIS_FILE%.zip ( curl -L -O -S -s https://lonvia.dev.openstreetmap.org/osm2pgsql-winbuild/%POSTGIS_FILE%.zip ) - 7z x %POSTGIS_FILE%.zip - echo xcopy /e /y /q %POSTGIS_FILE% %PSQL_ROOT% - xcopy /e /y /q %POSTGIS_FILE% "%PSQL_ROOT%"