libssh: switch to libressl.
This commit is contained in:
parent
0ef968c7dc
commit
0bd5b23491
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'libssh'
|
||||
pkgname=libssh
|
||||
version=0.6.3
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
hostmakedepends="cmake"
|
||||
makedepends="zlib-devel openssl-devel"
|
||||
makedepends="zlib-devel libressl-devel"
|
||||
short_desc="Multiplatform C library implementing SSHv1 and SSHv2 protocols"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD"
|
||||
|
|
Loading…
Reference in New Issue