Skip to content

Commit 1ab15af

Browse files
committed
travis CHANGE use recent libssh version
1 parent 3a7b0bf commit 1ab15af

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.travis-deps-linux.sh

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

1313
# libssh
14-
wget https://git.libssh.org/projects/libssh.git/snapshot/libssh-0.7.5.tar.gz
15-
tar -xzf libssh-0.7.5.tar.gz
16-
mkdir libssh-0.7.5/build && cd libssh-0.7.5/build
14+
wget https://www.libssh.org/files/0.8/libssh-0.8.5.tar.xz
15+
tar -xJf libssh-0.8.5.tar.xz
16+
mkdir libssh-0.8.5/build && cd libssh-0.8.5/build
1717
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .. && make -j2 && sudo make install
1818
cd ../..
1919

.travis-deps-osx.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ brew update
66
brew upgrade openssl
77

88
# libssh
9-
wget https://git.libssh.org/projects/libssh.git/snapshot/libssh-0.7.5.tar.gz
10-
tar -xzf libssh-0.7.5.tar.gz
11-
mkdir libssh-0.7.5/build && cd libssh-0.7.5/build
9+
wget https://www.libssh.org/files/0.8/libssh-0.8.5.tar.xz
10+
tar -xJf libssh-0.8.5.tar.gz
11+
mkdir libssh-0.8.5/build && cd libssh-0.8.5/build
1212
cmake -DOPENSSL_LIBRARIES=/usr/local/opt/openssl/lib -DOPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include .. && make -j2 && sudo make install
1313
cd ../..
1414

0 commit comments

Comments
 (0)