summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2019-01-05 22:27:03 +0100
committerChristian Beier <dontmind@freeshell.org>2019-01-05 22:27:03 +0100
commit9998deee9c2c633e6aa93c01fb37b46137533528 (patch)
treeb10601c0ecae0559fca4652828094ed1ddbaeb36
parent394ed4bcf75301cdefcd1ce9391080d80f34032a (diff)
downloadlibtdevnc-9998deee9c2c633e6aa93c01fb37b46137533528.tar.gz
libtdevnc-9998deee9c2c633e6aa93c01fb37b46137533528.zip
AppVeyorCI: update cyrus-sasl URL
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
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