From 9998deee9c2c633e6aa93c01fb37b46137533528 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Sat, 5 Jan 2019 22:27:03 +0100 Subject: AppVeyorCI: update cyrus-sasl URL --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 9e4b441..b176d7c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -37,7 +37,7 @@ install: - msbuild /p:Configuration=Release db_dll.vcxproj - cd ..\.. # Cyrus SASL - - curl -fsSL -o cyrus-sasl-2.1.26.tar.gz ftp://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-2.1.26.tar.gz + - curl -fsSL -o cyrus-sasl-2.1.26.tar.gz https://www.cyrusimap.org/releases/cyrus-sasl-2.1.26.tar.gz - 7z x cyrus-sasl-2.1.26.tar.gz -so | 7z x -si -ttar > nul - move cyrus-sasl-2.1.26 sasl - cd sasl -- cgit v1.2.3