From 108974754591e4c8a84d3b7882a9d62bb02a1d02 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 25 Dec 2018 02:22:47 -0200 Subject: [PATCH] libssh: update to 0.8.6. --- srcpkgs/libssh/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libssh/template b/srcpkgs/libssh/template index 0b03882e54..41486d3043 100644 --- a/srcpkgs/libssh/template +++ b/srcpkgs/libssh/template @@ -1,7 +1,7 @@ # Template file for 'libssh' pkgname=libssh -version=0.8.5 -revision=2 +version=0.8.6 +revision=1 build_style=cmake configure_args="-DUNIT_TESTING=ON" hostmakedepends="pkg-config python3" @@ -11,7 +11,7 @@ maintainer="Juan RP " license="LGPL-2.1-or-later" homepage="https://www.libssh.org/" distfiles="https://git.libssh.org/projects/libssh.git/snapshot/${pkgname}-${version}.tar.gz" -checksum=6921c0b71c2cb455039dc6a53e51bbc11d1d31bd3da9b7becc15348401f062f1 +checksum=8f95d42930880be709fc4ef0965ab19261561b8a6e61c1440c1f906e0ca66ffd case "$XBPS_TARGET_MACHINE" in *-musl) configure_args="-DHAVE_GLOB=0" ;;