Skip to content

Commit

Permalink
sshfs-fuse: update 2.10 to 3.7.2
Browse files Browse the repository at this point in the history
- update
- use latest libfuse3.so.3
  • Loading branch information
wwwutz committed Nov 15, 2021
1 parent 38d4da8 commit 2c78165
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions sshfs-fuse.be0
Original file line number Diff line number Diff line change
@@ -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+=()

Expand All @@ -31,7 +32,3 @@ SRCURL[0]="https://github.com/libfuse/sshfs/releases/download/sshfs-${PKGVERSION
#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 2c78165

Please sign in to comment.