summaryrefslogtreecommitdiffstats
path: root/package/sshfs/sshfs.mk
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-12-29 09:12:39 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-29 17:00:57 +0100
commitd8cea838971c4ff532021837322ca3e8632df565 (patch)
treeee5c9f78fdbfb33968155170bc46f128970773e5 /package/sshfs/sshfs.mk
parentf6573601de55e919757884d533c79c57c7699a18 (diff)
downloadbuildroot-d8cea838971c4ff532021837322ca3e8632df565.tar.gz
buildroot-d8cea838971c4ff532021837322ca3e8632df565.zip
sshfs: switch to github
The project moved to github, so point the homepage and download URL there. [Thomas: - Remove comment "Switch to github helper on bump" since we clearly don't want to switch to the github helper if they continue to upload release tarballs.] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/sshfs/sshfs.mk')
-rw-r--r--package/sshfs/sshfs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/sshfs/sshfs.mk b/package/sshfs/sshfs.mk
index 572f44e954..93f252210e 100644
--- a/package/sshfs/sshfs.mk
+++ b/package/sshfs/sshfs.mk
@@ -5,7 +5,7 @@
################################################################################
SSHFS_VERSION = 2.5
-SSHFS_SITE = http://downloads.sourceforge.net/project/fuse/sshfs-fuse/$(SSHFS_VERSION)
+SSHFS_SITE = https://github.com/libfuse/sshfs/releases/download/sshfs_2_5
SSHFS_SOURCE = sshfs-fuse-$(SSHFS_VERSION).tar.gz
SSHFS_LICENSE = GPLv2
SSHFS_LICENSE_FILES = COPYING
OpenPOWER on IntegriCloud