Commit f6573601 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Thomas Petazzoni
Browse files

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: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent feca4c8c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
# 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
+1 −1
Original line number Diff line number Diff line
@@ -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