summaryrefslogtreecommitdiff
path: root/sshfs-fuse
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2018-08-30 11:51:04 +0200
committerJuergen Daubert <jue@jue.li>2018-08-30 11:51:04 +0200
commit1dc68467c0e022793257f8e38f086cddf1060aba (patch)
tree61b67f709a95ea9ec02b1e170e07b7c1b58316eb /sshfs-fuse
parent53fd827ce6698876cf9677dd2e64314820083d98 (diff)
downloadopt-1dc68467c0e022793257f8e38f086cddf1060aba.tar.gz
opt-1dc68467c0e022793257f8e38f086cddf1060aba.tar.xz
sshfs-fuse: update to 3.5.0
Diffstat (limited to 'sshfs-fuse')
-rw-r--r--sshfs-fuse/.signature6
-rw-r--r--sshfs-fuse/Pkgfile7
2 files changed, 6 insertions, 7 deletions
diff --git a/sshfs-fuse/.signature b/sshfs-fuse/.signature
index 0299cfa2a..f29996022 100644
--- a/sshfs-fuse/.signature
+++ b/sshfs-fuse/.signature
@@ -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
diff --git a/sshfs-fuse/Pkgfile b/sshfs-fuse/Pkgfile
index c593a1d20..b5376a406 100644
--- a/sshfs-fuse/Pkgfile
+++ b/sshfs-fuse/Pkgfile
@@ -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
}

Generated by cgit