libssh: fix distfile url

This commit is contained in:
q66 2018-12-20 18:18:25 +01:00 committed by maxice8
parent b84952bf5b
commit baf4b147a9

View file

@ -10,8 +10,8 @@ short_desc="Multiplatform C library implementing the SSH v2 protocol"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-2.1-or-later"
homepage="https://www.libssh.org/"
distfiles="https://git.libssh.org/projects/libssh.git/snapshot/${pkgname}-${version}.tar.bz2"
checksum=3160293b02d4ef86ca17ac95302f172b2abe3258bbf8c9ee2950f458832c25c3
distfiles="https://git.libssh.org/projects/libssh.git/snapshot/${pkgname}-${version}.tar.gz"
checksum=6921c0b71c2cb455039dc6a53e51bbc11d1d31bd3da9b7becc15348401f062f1
case "$XBPS_TARGET_MACHINE" in
*-musl) configure_args="-DHAVE_GLOB=0" ;;