libfuse: switch to github
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Tue, 29 Dec 2015 12:12:38 +0000 (09:12 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 29 Dec 2015 16:00:15 +0000 (17:00 +0100)
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>
package/libfuse/Config.in
package/libfuse/libfuse.hash
package/libfuse/libfuse.mk

index deedb5afd0efa0fccfbc1037d6b8b720fd83bb02..2b0e31a9913b398a8e66a376266714c6cbf37b5b 100644 (file)
@@ -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
index b1bbee33b5cc34caeb1b891a2474cfcd9d8720cb..618ab3b247640f09ce5caf2eeb010cf952909dd3 100644 (file)
@@ -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
index 8360c82fdd910cca9f1d3cd73f4864eb7cef3a92..32d70d31db307e35cca413963d47cb30b2477187 100644 (file)
@@ -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