Skip to content

Commit 26a8115

Browse files
committed
build CHANGE update libssh used for TravisCI build
1 parent 0a70b15 commit 26a8115

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis-deps-linux.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ sudo apt-get install -y valgrind
1010
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
1111

1212
# 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
13+
wget https://git.libssh.org/projects/libssh.git/snapshot/libssh-0.7.5.tar.gz
14+
tar -xzf libssh-0.7.5.tar.gz
15+
mkdir libssh-0.7.5/build && cd libssh-0.7.5/build
1616
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .. && make -j2 && sudo make install
1717
cd ../..
1818

0 commit comments

Comments
 (0)