We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a70b15 commit 26a8115Copy full SHA for 26a8115
.travis-deps-linux.sh
@@ -10,9 +10,9 @@ sudo apt-get install -y valgrind
10
echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-certificates.crt
11
12
# libssh
13
-wget https://red.libssh.org/attachments/download/195/libssh-0.7.3.tar.xz
14
-tar -xJf libssh-0.7.3.tar.xz
15
-mkdir libssh-0.7.3/build && cd libssh-0.7.3/build
+wget https://git.libssh.org/projects/libssh.git/snapshot/libssh-0.7.5.tar.gz
+tar -xzf libssh-0.7.5.tar.gz
+mkdir libssh-0.7.5/build && cd libssh-0.7.5/build
16
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .. && make -j2 && sudo make install
17
cd ../..
18
0 commit comments