summaryrefslogtreecommitdiffstats
path: root/rules/fuse.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-06-02 13:26:18 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-06-02 13:46:54 +0200
commita9ef7254c8973d4a868d539555a68fc3de5604bd (patch)
treec7e923faf297f677bfa9329dc406b2ecc908b21c /rules/fuse.make
parent84f0635f32aef143ff1600f15268c014765e577e (diff)
downloadptxdist-a9ef7254c8973d4a868d539555a68fc3de5604bd.tar.gz
ptxdist-a9ef7254c8973d4a868d539555a68fc3de5604bd.tar.xz
fuse: version bump 2.9.3 -> 2.9.4
Also, fix building on arm64. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/fuse.make')
-rw-r--r--rules/fuse.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/fuse.make b/rules/fuse.make
index b8c5c8f7c..0f85810d8 100644
--- a/rules/fuse.make
+++ b/rules/fuse.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_FUSE) += fuse
#
# Paths and names
#
-FUSE_VERSION := 2.9.3
-FUSE_MD5 := 33cae22ca50311446400daf8a6255c6a
+FUSE_VERSION := 2.9.4
+FUSE_MD5 := ecb712b5ffc6dffd54f4a405c9b372d8
FUSE := fuse-$(FUSE_VERSION)
FUSE_SUFFIX := tar.gz
FUSE_URL := $(call ptx/mirror, SF, fuse/$(FUSE).$(FUSE_SUFFIX))