From eb6242ae2574bcaf6fd0d722c45fae9399e8f8e6 Mon Sep 17 00:00:00 2001 From: skmpz Date: Thu, 10 Jun 2021 12:42:36 +0400 Subject: [PATCH] fuse-sshfs: update to 3.7.2. --- srcpkgs/fuse-sshfs/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/fuse-sshfs/template b/srcpkgs/fuse-sshfs/template index 06afb31064dc..deb23e3b4470 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.7.1 +version=3.7.2 revision=1 wrksrc="sshfs-${version}" build_style=meson @@ -8,13 +8,13 @@ configure_args="--sbindir=bin" hostmakedepends="pkg-config" makedepends="fuse3-devel libglib-devel python3-docutils" depends="openssh" -checkdepends="python3-pytest" +checkdepends="python3-pytest which" short_desc="FUSE client based on the SSH File Transfer Protocol" -maintainer="Orphaned " +maintainer="skmpz " 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=fe5d3436d61b46974889e0c4515899c21a9d67851e3793c209989f72353d7750 +checksum=1c596d42724d13aeba9f49ee127b8ef2fdeb813e25c6018f92d0c9ec4754fa2d case "${XBPS_TARGET_MACHINE}" in i686|armv6l|armv7l)