summaryrefslogtreecommitdiff
path: root/package/sshfs
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-04-28 17:29:43 -0300
committerPeter Korsgaard <peter@korsgaard.com>2016-04-28 22:39:51 +0200
commit82d6c702610cf783a2e46f6230a1182016fdc1da (patch)
treefc3a133ceec39d691f2760d9845616aee34dd9ba /package/sshfs
parent2cae3b0c0a4c6ed0b89ca64e9762e52831b27530 (diff)
sshfs: bump to version 2.7
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/sshfs')
-rw-r--r--package/sshfs/sshfs.hash2
-rw-r--r--package/sshfs/sshfs.mk5
2 files changed, 3 insertions, 4 deletions
diff --git a/package/sshfs/sshfs.hash b/package/sshfs/sshfs.hash
index 16253e014..77f6a0fa8 100644
--- a/package/sshfs/sshfs.hash
+++ b/package/sshfs/sshfs.hash
@@ -1,2 +1,2 @@
# Locally computed
-sha256 e9171452e5d0150b9c6a2158fd2e2dcefb5d5d03ba4d208949e00a3a46c6e63e sshfs-fuse-2.5.tar.gz
+sha256 ce5f9d390934fc88c287dd937a39d15c2b40cbea6967ba24ad93ed90e0027128 sshfs-2.7.tar.gz
diff --git a/package/sshfs/sshfs.mk b/package/sshfs/sshfs.mk
index f59f7eab1..716b362ae 100644
--- a/package/sshfs/sshfs.mk
+++ b/package/sshfs/sshfs.mk
@@ -4,9 +4,8 @@
#
################################################################################
-SSHFS_VERSION = 2.5
-SSHFS_SITE = https://github.com/libfuse/sshfs/releases/download/sshfs_$(subst .,_,$(SSHFS_VERSION))
-SSHFS_SOURCE = sshfs-fuse-$(SSHFS_VERSION).tar.gz
+SSHFS_VERSION = 2.7
+SSHFS_SITE = https://github.com/libfuse/sshfs/releases/download/sshfs-$(SSHFS_VERSION)
SSHFS_LICENSE = GPLv2
SSHFS_LICENSE_FILES = COPYING
SSHFS_DEPENDENCIES = \