From: Gustavo Zacarias Date: Mon, 25 Apr 2016 01:36:08 +0000 (-0300) Subject: libfuse: bump to version 2.9.6 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=daa8145d9afda21e5e2b29bd0d3f9782bc60a845;p=buildroot.git libfuse: bump to version 2.9.6 Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/libfuse/libfuse.hash b/package/libfuse/libfuse.hash index c9c2302239..d00d723083 100644 --- a/package/libfuse/libfuse.hash +++ b/package/libfuse/libfuse.hash @@ -1,2 +1,2 @@ # Locally calculated after checking pgp signature -sha256 579f371cc5ffc1afca7057512bf7d52988a9ede57859a7c55e5b9f72435cdbb5 fuse-2.9.5.tar.gz +sha256 0cb48bbc7106632d15a0c6bb582496c9884b869e329428891fe075a9e916f16b fuse-2.9.6.tar.gz diff --git a/package/libfuse/libfuse.mk b/package/libfuse/libfuse.mk index bece18df74..1709b56330 100644 --- a/package/libfuse/libfuse.mk +++ b/package/libfuse/libfuse.mk @@ -4,9 +4,9 @@ # ################################################################################ -LIBFUSE_VERSION = 2.9.5 +LIBFUSE_VERSION = 2.9.6 LIBFUSE_SOURCE = fuse-$(LIBFUSE_VERSION).tar.gz -LIBFUSE_SITE = https://github.com/libfuse/libfuse/releases/download/fuse_$(subst .,_,$(LIBFUSE_VERSION)) +LIBFUSE_SITE = https://github.com/libfuse/libfuse/releases/download/fuse-$(LIBFUSE_VERSION) LIBFUSE_LICENSE = GPLv2, LGPLv2.1 LIBFUSE_LICENSE_FILES = COPYING COPYING.LIB LIBFUSE_INSTALL_STAGING = YES