From 61707bc9cfe1b30892169c98d485e5f966697f10 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 4 Nov 2018 09:23:00 -0200 Subject: [PATCH] libssh: rebuild against libressl-2.8 --- srcpkgs/libssh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libssh/template b/srcpkgs/libssh/template index cde587b230a..085cc7c9353 100644 --- a/srcpkgs/libssh/template +++ b/srcpkgs/libssh/template @@ -1,7 +1,7 @@ # Template file for 'libssh' pkgname=libssh version=0.8.5 -revision=1 +revision=2 build_style=cmake configure_args="-DUNIT_TESTING=ON" hostmakedepends="pkg-config python3"