libssh: update to 0.9.1

This commit is contained in:
Nathan Owens 2019-10-30 22:44:18 -05:00 committed by Helmut Pozimski
parent 6a164f0715
commit 83e9504ffe

View file

@ -1,7 +1,7 @@
# Template file for 'libssh' # Template file for 'libssh'
pkgname=libssh pkgname=libssh
version=0.8.7 version=0.9.1
revision=2 revision=1
build_style=cmake build_style=cmake
configure_args="-DUNIT_TESTING=ON" configure_args="-DUNIT_TESTING=ON"
hostmakedepends="pkg-config python3" hostmakedepends="pkg-config python3"
@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later" license="LGPL-2.1-or-later"
homepage="https://www.libssh.org/" homepage="https://www.libssh.org/"
distfiles="https://git.libssh.org/projects/libssh.git/snapshot/${pkgname}-${version}.tar.gz" distfiles="https://git.libssh.org/projects/libssh.git/snapshot/${pkgname}-${version}.tar.gz"
checksum=a0ad10f49be6f512f1e09899c77082d0190852becbda0dc7f6146bde0f9217b0 checksum=b5a703dd6b6941e1bcef45cedab1f34b3eac3ac5c19da1efb292f32b10f33c33
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
*-musl) configure_args="-DHAVE_GLOB=0" ;; *-musl) configure_args="-DHAVE_GLOB=0" ;;