Skip to content

Commit

Permalink
Merge pull request #2516 from mariux64/updatesshfs-fuse-372
Browse files Browse the repository at this point in the history
sshfs-fuse: update 2.10 to 3.7.2
  • Loading branch information
wwwutz authored Nov 16, 2021
2 parents f57e1a6 + 2c78165 commit 4528bd7
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 4528bd7

Please sign in to comment.