From cba0c5923cfa1671c5bb71b7f9928ca2a7aded03 Mon Sep 17 00:00:00 2001 From: Falk Werner Date: Fri, 20 Mar 2020 16:40:09 +0100 Subject: [PATCH 1/2] updated libfuse to 3.9.1 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fce4617..2046703 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,9 +41,9 @@ before_install: - cd .deps # libfuse - sudo pip3 install --system meson - - wget https://github.com/libfuse/libfuse/archive/fuse-3.9.0.tar.gz -O fuse.tar.gz + - wget https://github.com/libfuse/libfuse/archive/fuse-3.9.1.tar.gz -O fuse.tar.gz - tar -xf fuse.tar.gz - - cd libfuse-fuse-3.9.0 + - cd libfuse-fuse-3.9.1 - mkdir .build - cd .build - meson .. From f6583baf5fafc821f2e23b2fcacd6977071ee633 Mon Sep 17 00:00:00 2001 From: Falk Werner Date: Fri, 20 Mar 2020 16:45:52 +0100 Subject: [PATCH 2/2] updated libfuse to 3.9.1 --- doc/build.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build.md b/doc/build.md index 5ff5afb..36aa33c 100644 --- a/doc/build.md +++ b/doc/build.md @@ -24,9 +24,9 @@ To install dependecies, see below. To install libfuse, meson is needed. Please refer to [meson quick guide](https://mesonbuild.com/Quick-guide.html) for setup instructions. - wget https://github.com/libfuse/libfuse/archive/fuse-3.9.0.tar.gz -O fuse.tar.gz + wget https://github.com/libfuse/libfuse/archive/fuse-3.9.1.tar.gz -O fuse.tar.gz tar -xf fuse.tar.gz - cd libfuse-fuse-3.9.0 + cd libfuse-fuse-3.9.1 mkdir .build cd .build meson ..