diff options
author | Juergen Daubert <jue@jue.li> | 2016-07-26 14:34:57 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2016-07-26 14:34:57 +0200 |
commit | 176cc8c8fb3ec76ab716ee0a13161957b6b0c384 (patch) | |
tree | 878960db45107c0eb0fc0330cbb6ed54bcf2b6b6 /sshfs-fuse | |
parent | 3180eff75c488ebfebfbdb75585406974e3aa7ca (diff) | |
download | opt-176cc8c8fb3ec76ab716ee0a13161957b6b0c384.tar.gz opt-176cc8c8fb3ec76ab716ee0a13161957b6b0c384.tar.xz |
sshfs-fuse: update to 2.8
Diffstat (limited to 'sshfs-fuse')
-rw-r--r-- | sshfs-fuse/.md5sum | 2 | ||||
-rw-r--r-- | sshfs-fuse/Pkgfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sshfs-fuse/.md5sum b/sshfs-fuse/.md5sum index 1b6ca26df..29029e7cd 100644 --- a/sshfs-fuse/.md5sum +++ b/sshfs-fuse/.md5sum @@ -1 +1 @@ -6f8e4b812348a3d752897417e38135fe sshfs-2.7.tar.gz +0ba25e848ee59e2595d6576c8f6284b6 sshfs-2.8.tar.gz diff --git a/sshfs-fuse/Pkgfile b/sshfs-fuse/Pkgfile index 7cbd654f3..f81caef29 100644 --- a/sshfs-fuse/Pkgfile +++ b/sshfs-fuse/Pkgfile @@ -5,9 +5,9 @@ # Depends on: fuse, glib name=sshfs-fuse -version=2.7 +version=2.8 release=1 -source=(https://github.com/libfuse/sshfs/releases/download/sshfs-$version/sshfs-$version.tar.gz) +source=(https://github.com/libfuse/sshfs/releases/download/sshfs_$version/sshfs-$version.tar.gz) build() { cd sshfs-$version |