diff --git a/srcpkgs/fuse-sshfs/template b/srcpkgs/fuse-sshfs/template index fbac3a1e834..553a97ebe98 100644 --- a/srcpkgs/fuse-sshfs/template +++ b/srcpkgs/fuse-sshfs/template @@ -1,6 +1,6 @@ # Template file for 'fuse-sshfs' pkgname=fuse-sshfs -version=3.4.0 +version=3.5.0 revision=1 wrksrc="sshfs-${version}" build_style=meson @@ -14,7 +14,7 @@ maintainer="Juan RP " license="GPL-2.0-or-later" homepage="https://github.com/libfuse/sshfs" distfiles="https://github.com/libfuse/sshfs/releases/download/sshfs-${version}/sshfs-${version}.tar.xz" -checksum=d27ccd35436d72755c40234cefa081e30fa529e092232a5b4abbff2178c2c22f +checksum=c2035332489dea3be88b9328d0e1905f904a34f93eb87fb07cd5380329a3dfe5 case "${XBPS_TARGET_MACHINE}" in i686|armv6l|armv7l) @@ -22,5 +22,5 @@ case "${XBPS_TARGET_MACHINE}" in esac do_check() { - python3 -m pytest test/ + python3 -m pytest }