From baf4b147a91d9e029209d6bed68f7f7baa8b6fae Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 20 Dec 2018 18:18:25 +0100 Subject: [PATCH] libssh: fix distfile url --- srcpkgs/libssh/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libssh/template b/srcpkgs/libssh/template index 085cc7c9353..0b03882e54f 100644 --- a/srcpkgs/libssh/template +++ b/srcpkgs/libssh/template @@ -10,8 +10,8 @@ short_desc="Multiplatform C library implementing the SSH v2 protocol" 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.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" ;;