summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-12-29 09:12:38 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-29 17:00:15 +0100
commitf6573601de55e919757884d533c79c57c7699a18 (patch)
tree5df594c3b105bda08a0fa10cf886e53978cbdba7
parentfeca4c8c5a5a934ecc69d46426980e32664e477c (diff)
downloadbuildroot-f6573601de55e919757884d533c79c57c7699a18.tar.gz
buildroot-f6573601de55e919757884d533c79c57c7699a18.zip
libfuse: 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. - Adjust comment in the .hash file for clarity.] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/libfuse/Config.in2
-rw-r--r--package/libfuse/libfuse.hash1
-rw-r--r--package/libfuse/libfuse.mk2
3 files changed, 3 insertions, 2 deletions
diff --git a/package/libfuse/Config.in b/package/libfuse/Config.in
index deedb5afd0..2b0e31a991 100644
--- a/package/libfuse/Config.in
+++ b/package/libfuse/Config.in
@@ -7,7 +7,7 @@ config BR2_PACKAGE_LIBFUSE
help
FUSE (Filesystem in UserSpacE)
- http://fuse.sourceforge.net/
+ https://github.com/libfuse/libfuse
comment "libfuse needs a toolchain w/ threads, dynamic library"
depends on BR2_USE_MMU
diff --git a/package/libfuse/libfuse.hash b/package/libfuse/libfuse.hash
index b1bbee33b5..618ab3b247 100644
--- a/package/libfuse/libfuse.hash
+++ b/package/libfuse/libfuse.hash
@@ -1,3 +1,4 @@
# From http://sourceforge.net/projects/fuse/files/fuse-2.X/2.9.4/
+# Currently still valid for github release tarballs
md5 ecb712b5ffc6dffd54f4a405c9b372d8 fuse-2.9.4.tar.gz
sha1 c8b25419f33624dc5240af6a5d26f2c04367ca71 fuse-2.9.4.tar.gz
diff --git a/package/libfuse/libfuse.mk b/package/libfuse/libfuse.mk
index 8360c82fdd..32d70d31db 100644
--- a/package/libfuse/libfuse.mk
+++ b/package/libfuse/libfuse.mk
@@ -6,7 +6,7 @@
LIBFUSE_VERSION = 2.9.4
LIBFUSE_SOURCE = fuse-$(LIBFUSE_VERSION).tar.gz
-LIBFUSE_SITE = http://downloads.sourceforge.net/project/fuse/fuse-2.X/$(LIBFUSE_VERSION)
+LIBFUSE_SITE = https://github.com/libfuse/libfuse/releases/download/fuse_2_9_4
LIBFUSE_LICENSE = GPLv2, LGPLv2.1
LIBFUSE_LICENSE_FILES = COPYING COPYING.LIB
LIBFUSE_INSTALL_STAGING = YES
OpenPOWER on IntegriCloud