AppVeyorCI: update cyrus-sasl URL

pull/3/head
Christian Beier 5 years ago
parent 394ed4bcf7
commit 9998deee9c
No known key found for this signature in database
GPG Key ID: 421BB3B45C6067F8

@ -37,7 +37,7 @@ install:
- msbuild /p:Configuration=Release db_dll.vcxproj - msbuild /p:Configuration=Release db_dll.vcxproj
- cd ..\.. - cd ..\..
# Cyrus SASL # 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 - 7z x cyrus-sasl-2.1.26.tar.gz -so | 7z x -si -ttar > nul
- move cyrus-sasl-2.1.26 sasl - move cyrus-sasl-2.1.26 sasl
- cd sasl - cd sasl

Loading…
Cancel
Save