sshfs-fuse: update to 3.5.0

This commit is contained in:
Juergen Daubert 2018-08-30 11:51:04 +02:00
parent 53fd827ce6
commit 1dc68467c0
2 changed files with 6 additions and 7 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/UcTCkyMj97xE+fnY8vk71kY3OEkloaFvkF3LwMAbtN2XbMV9qouBcCzKEKYGEBAjuJja2aAaITeXx3fKVFLhw4=
SHA256 (Pkgfile) = ab39b3fe1120edb1f9b6f9b41e490d5c9e9e36ef6fbd7c8f6b8be84aad47522c
RWSE3ohX2g5d/V2AiCb6ZUTfziKTPKUuG8qH0leQeb0ek1w/6poP3mq9tWFByydIZOoqIRbYcEddqgAKsvWs926JlrkTNd0pZAI=
SHA256 (Pkgfile) = 963dcd29b619a15c41255ab13561be07bcf08680b3717240de5bf76c455c7cd6
SHA256 (.footprint) = 55809a24ab7e2ee0ae7278618a24a3532806af781f07c1f9c651d089933d2527
SHA256 (sshfs-3.4.0.tar.xz) = d27ccd35436d72755c40234cefa081e30fa529e092232a5b4abbff2178c2c22f
SHA256 (sshfs-3.5.0.tar.xz) = c2035332489dea3be88b9328d0e1905f904a34f93eb87fb07cd5380329a3dfe5
SHA256 (sshfs.1) = 42c34c125251a6e94336f2bc11eee3575cfd63cf20b2b69919c198b4ed33f2ce

View File

@ -5,7 +5,7 @@
# Depends on: fuse3 glib
name=sshfs-fuse
version=3.4.0
version=3.5.0
release=1
source=(https://github.com/libfuse/sshfs/releases/download/sshfs-$version/sshfs-$version.tar.xz
sshfs.1)
@ -13,9 +13,8 @@ source=(https://github.com/libfuse/sshfs/releases/download/sshfs-$version/sshfs-
build() {
cd sshfs-$version
mkdir build ; cd build
meson .. --prefix /usr
DESTDIR=$PKG ninja -j ${JOBS:-1} install
meson build --prefix /usr
DESTDIR=$PKG ninja -C build -j ${JOBS:-1} install
install -D -m 0644 $SRC/sshfs.1 $PKG/usr/share/man/man1/sshfs.1
}