From e34ea3cdd6d7da752ddc5160cebd07ce8ead29d4 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 4 Jul 2020 13:32:56 +0200 Subject: [PATCH] libssh: rebuild against libressl-3.1.3 --- srcpkgs/libssh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libssh/template b/srcpkgs/libssh/template index 11278895fab..115dc0efdb9 100644 --- a/srcpkgs/libssh/template +++ b/srcpkgs/libssh/template @@ -1,7 +1,7 @@ # Template file for 'libssh' pkgname=libssh version=0.9.4 -revision=1 +revision=2 build_style=cmake configure_args="-DUNIT_TESTING=ON" hostmakedepends="pkg-config python3"