mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
libssh: switch to libressl.
This commit is contained in:
parent
0ef968c7dc
commit
0bd5b23491
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'libssh'
|
# Template file for 'libssh'
|
||||||
pkgname=libssh
|
pkgname=libssh
|
||||||
version=0.6.3
|
version=0.6.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="cmake"
|
hostmakedepends="cmake"
|
||||||
makedepends="zlib-devel openssl-devel"
|
makedepends="zlib-devel libressl-devel"
|
||||||
short_desc="Multiplatform C library implementing SSHv1 and SSHv2 protocols"
|
short_desc="Multiplatform C library implementing SSHv1 and SSHv2 protocols"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
|
|
Loading…
Add table
Reference in a new issue