diff --git a/srcpkgs/fuse-sshfs/template b/srcpkgs/fuse-sshfs/template index ad55a35c32b..dc06a858334 100644 --- a/srcpkgs/fuse-sshfs/template +++ b/srcpkgs/fuse-sshfs/template @@ -1,8 +1,8 @@ # Template file for 'fuse-sshfs' pkgname=fuse-sshfs -version=2.6 +version=2.7 revision=1 -wrksrc="sshfs-sshfs_${version//./_}" +wrksrc="sshfs-${version}" build_style=gnu-configure hostmakedepends="automake pkg-config" makedepends="libglib-devel fuse-devel" @@ -11,8 +11,8 @@ short_desc="FUSE client based on the SSH File Transfer Protocol" maintainer="Juan RP " license="GPL-2" homepage="https://github.com/libfuse/sshfs" -distfiles="${homepage}/archive/sshfs_${version//./_}.tar.gz" -checksum=17e7a90600de7a48f80b006fd1a61177ca7859dd8bc2f5d1c29b6ad716cf2831 +distfiles="https://github.com/libfuse/sshfs/releases/download/sshfs-${version}/sshfs-${version}.tar.gz" +checksum=ce5f9d390934fc88c287dd937a39d15c2b40cbea6967ba24ad93ed90e0027128 pre_configure() { autoreconf -fi