diff --git a/srcpkgs/libssh/template b/srcpkgs/libssh/template index 0b03882e54f..41486d3043b 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" ;;