summaryrefslogtreecommitdiff
path: root/sshfs-fuse
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2020-11-09 14:44:52 +0100
committerJuergen Daubert <jue@jue.li>2020-11-09 14:52:06 +0100
commit17bd39376179c12993396544b9b6a3354406ab77 (patch)
tree0ae9873fcfd5c03f89fbf07bf2ff97a3d608f5d3 /sshfs-fuse
parent5bd9544660f60cd64b491df62643ce1d9e2abb57 (diff)
downloadopt-17bd39376179c12993396544b9b6a3354406ab77.tar.gz
opt-17bd39376179c12993396544b9b6a3354406ab77.tar.xz
sshfs-fuse: update to 3.7.1
Diffstat (limited to 'sshfs-fuse')
-rw-r--r--sshfs-fuse/.signature6
-rw-r--r--sshfs-fuse/Pkgfile10
2 files changed, 9 insertions, 7 deletions
diff --git a/sshfs-fuse/.signature b/sshfs-fuse/.signature
index 4c7e85e53..282bcd6be 100644
--- a/sshfs-fuse/.signature
+++ b/sshfs-fuse/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/XO56nKCaNwQTjAD8fxAge9JEiJyN9LqDqfP0PBl0Aj9ord1XKhaYCSkxhqznrowoxK1dSZv9N7XkpFz+qEopwA=
-SHA256 (Pkgfile) = 44e68ec05a0888d4a8a2620126fb78f35233eae3a14e99a1b5d49196494b56c4
+RWSE3ohX2g5d/VFAhjhOo7gPcWtdelDIK/wgkicdM+0lMLhxKbk27if/vtoQb9/HCOnGR438W8JOtXq7uTJX4CmCVqASLvOlCg0=
+SHA256 (Pkgfile) = bccfeba20f3a4365c8b7bda27eb7245fcc104718ff451c1f457f3115fadeb558
SHA256 (.footprint) = 55809a24ab7e2ee0ae7278618a24a3532806af781f07c1f9c651d089933d2527
-SHA256 (sshfs-3.7.0.tar.xz) = 6e7e86831f3066b356e7f16e22f1b8a8f177fda05146f6a5eb821c2fd0541c34
+SHA256 (sshfs-3.7.1.tar.xz) = fe5d3436d61b46974889e0c4515899c21a9d67851e3793c209989f72353d7750
SHA256 (sshfs.1) = 9b8b4bf6f9d4c1e9685ed583ec919e5ef34da51ad4c9da7c55f1ae6d720f450f
diff --git a/sshfs-fuse/Pkgfile b/sshfs-fuse/Pkgfile
index a9a9415dc..160e27e23 100644
--- a/sshfs-fuse/Pkgfile
+++ b/sshfs-fuse/Pkgfile
@@ -4,16 +4,18 @@
# Depends on: fuse3 glib
name=sshfs-fuse
-version=3.7.0
+version=3.7.1
release=1
source=(https://github.com/libfuse/sshfs/releases/download/sshfs-$version/sshfs-$version.tar.xz
sshfs.1)
build() {
- cd sshfs-$version
+ meson setup build sshfs-$version \
+ --prefix=/usr \
+ --buildtype=release
- meson build --prefix /usr
- DESTDIR=$PKG ninja -C build -j ${JOBS:-1} install
+ meson compile -C build -j ${JOBS:-1}
+ DESTDIR=$PKG meson install -C build
install -D -m 0644 $SRC/sshfs.1 $PKG/usr/share/man/man1/sshfs.1
}

Generated by cgit