fuse-sshfs: update to 3.5.0.

This commit is contained in:
maxice8 2018-08-28 21:30:27 -03:00
parent a61cd85c38
commit 46b90d5df9
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -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 <xtraeme@voidlinux.eu>"
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
}