From 2c78165d5f36a3327587cffdd1e1510636edb349 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Mon, 15 Nov 2021 10:33:23 +0100 Subject: [PATCH] sshfs-fuse: update 2.10 to 3.7.2 - update - use latest libfuse3.so.3 --- sshfs-fuse.be0 | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/sshfs-fuse.be0 b/sshfs-fuse.be0 index 89edd77ea..a36502226 100755 --- a/sshfs-fuse.be0 +++ b/sshfs-fuse.be0 @@ -1,10 +1,11 @@ #!/usr/bin/env beesh -# BEE_VERSION sshfs-fuse-2.10-0 +# BEE_VERSION sshfs-fuse-3.7.2-0 -# more info: https://foo.bar.com +# more info: https://github.com/libfuse/sshfs -SRCURL[0]="https://github.com/libfuse/sshfs/releases/download/sshfs-${PKGVERSION}/sshfs-${PKGVERSION}.tar.gz" +# SRCURL[0]="https://github.com/libfuse/sshfs/releases/download/sshfs-${PKGVERSION}/sshfs-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/86dcc81a1381c3e6863c97e684501bb6/sshfs-3.7.2.tar.xz" # PATCHURL+=() @@ -31,7 +32,3 @@ SRCURL[0]="https://github.com/libfuse/sshfs/releases/download/sshfs-${PKGVERSION #mee_install() { # bee_install #} - -#mee_install_post() { -# exit -#}