From f848403c1c0dbdf462fa036370d44b5471776153 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 26 Feb 2018 14:04:06 +0100 Subject: [PATCH] libssh: rebuild with libressl-2.6 --- srcpkgs/libssh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libssh/template b/srcpkgs/libssh/template index 493e3a12ba6..e7ab0211cce 100644 --- a/srcpkgs/libssh/template +++ b/srcpkgs/libssh/template @@ -1,7 +1,7 @@ # Template file for 'libssh' pkgname=libssh version=0.7.5 -revision=1 +revision=2 build_style=cmake hostmakedepends="pkg-config" makedepends="zlib-devel libressl-devel"