Skip to content

Commit d988ca5

Browse files
committed
fuse-sshfs: update to 3.7.6.
1 parent 0f63b93 commit d988ca5

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

srcpkgs/fuse-sshfs/template

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Template file for 'fuse-sshfs'
22
pkgname=fuse-sshfs
3-
version=3.7.5
4-
revision=2
3+
version=3.7.6
4+
revision=1
55
build_style=meson
66
configure_args="--sbindir=bin"
77
hostmakedepends="pkg-config python3-docutils"
@@ -13,13 +13,18 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
1313
license="GPL-2.0-or-later"
1414
homepage="https://github.com/libfuse/sshfs"
1515
distfiles="https://github.com/libfuse/sshfs/releases/download/sshfs-${version}/sshfs-${version}.tar.xz"
16-
checksum=0e45db63c2d00919db3174134fa234c6e0682d6fe573c46312d1d53d1d61a8bb
16+
checksum=6a1bcb31450a077e9cb1b7ff158c71de34db697c3c0da6cb362502131e495893
1717

1818
case "${XBPS_TARGET_MACHINE}" in
1919
i686|armv6l|armv7l)
2020
CFLAGS="-D_FILE_OFFSET_BITS=64"
2121
esac
2222

2323
do_check() {
24-
python3 -m pytest
24+
cd build
25+
if [ "$XBPS_CHECK_PKGS" = "full" ]; then
26+
python3 -m pytest
27+
else
28+
python3 -m pytest test/test_hostname_validation.py
29+
fi
2530
}

0 commit comments

Comments
 (0)