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 -#}