diff options
author | Christian Beier <dontmind@freeshell.org> | 2019-01-05 22:27:03 +0100 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2019-01-05 22:27:03 +0100 |
commit | 9998deee9c2c633e6aa93c01fb37b46137533528 (patch) | |
tree | b10601c0ecae0559fca4652828094ed1ddbaeb36 | |
parent | 394ed4bcf75301cdefcd1ce9391080d80f34032a (diff) | |
download | libtdevnc-9998deee9c2c633e6aa93c01fb37b46137533528.tar.gz libtdevnc-9998deee9c2c633e6aa93c01fb37b46137533528.zip |
AppVeyorCI: update cyrus-sasl URL
-rw-r--r-- | .appveyor.yml | 2 |
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 |