diff options
Diffstat (limited to 'repo/system/libssh2.xibuild')
-rw-r--r-- | repo/system/libssh2.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/libssh2.xibuild b/repo/system/libssh2.xibuild index 3547aa2..ebf8cdf 100644 --- a/repo/system/libssh2.xibuild +++ b/repo/system/libssh2.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make" -DEPS="libressl openssh libgcrypt zlib" +DEPS="openssl openssh libgcrypt zlib" PKG_VER=1.10.0 SOURCE=https://www.libssh2.org/download/libssh2-$PKG_VER.tar.gz |