From 901c7189e44718dadc1e034518dfdfccf9c4ee38 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Wed, 30 Oct 2019 22:44:18 -0500 Subject: [PATCH] libssh: update to 0.9.1 --- srcpkgs/libssh/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libssh/template b/srcpkgs/libssh/template index f077e4e9566..f301ed6dd4f 100644 --- a/srcpkgs/libssh/template +++ b/srcpkgs/libssh/template @@ -1,7 +1,7 @@ # Template file for 'libssh' pkgname=libssh -version=0.8.7 -revision=2 +version=0.9.1 +revision=1 build_style=cmake configure_args="-DUNIT_TESTING=ON" hostmakedepends="pkg-config python3" @@ -11,7 +11,7 @@ maintainer="Orphaned " 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=a0ad10f49be6f512f1e09899c77082d0190852becbda0dc7f6146bde0f9217b0 +checksum=b5a703dd6b6941e1bcef45cedab1f34b3eac3ac5c19da1efb292f32b10f33c33 case "$XBPS_TARGET_MACHINE" in *-musl) configure_args="-DHAVE_GLOB=0" ;;