summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Vincent Batts2020-01-03 21:39:49 +0100
committer Willy Sudiarto Raharjo2020-01-12 02:47:51 +0100
commit6663ad6b2bfc11d4cd150ccf69056201c012a68e (patch)
treefa5499e9bfd269520c149cf7cfc944e51612ee72 /system
parent7829ec0716189a3b10d153424362726b3ef80550 (diff)
downloadslackbuilds-6663ad6b2bfc11d4cd150ccf69056201c012a68e.tar.gz
system/fuse3: Update to version 3.9.0.
and remove the /dev/fuse that is installed (already system provided). Thanks Urchlay
Diffstat (limited to 'system')
-rw-r--r--system/fuse3/fuse3.SlackBuild3
-rw-r--r--system/fuse3/fuse3.info6
2 files changed, 5 insertions, 4 deletions
diff --git a/system/fuse3/fuse3.SlackBuild b/system/fuse3/fuse3.SlackBuild
index 37dd18f532..5b75bae99c 100644
--- a/system/fuse3/fuse3.SlackBuild
+++ b/system/fuse3/fuse3.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fuse3
-VERSION=${VERSION:-3.3.0}
+VERSION=${VERSION:-3.9.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,6 +79,7 @@ meson build \
--mandir="/usr/man"
ninja -C build
DESTDIR=$PKG ninja -C build install
+rm -rf $PKG/dev $PKG/etc/udev
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/system/fuse3/fuse3.info b/system/fuse3/fuse3.info
index b2ef5b541d..de334d4735 100644
--- a/system/fuse3/fuse3.info
+++ b/system/fuse3/fuse3.info
@@ -1,8 +1,8 @@
PRGNAM="fuse3"
-VERSION="3.3.0"
+VERSION="3.9.0"
HOMEPAGE="https://github.com/libfuse/libfuse"
-DOWNLOAD="https://github.com/libfuse/libfuse/releases/download/fuse-3.3.0/fuse-3.3.0.tar.xz"
-MD5SUM="2568a6bd41f5a4dead66e119a83cebaf"
+DOWNLOAD="https://github.com/libfuse/libfuse/releases/download/fuse-3.9.0/fuse-3.9.0.tar.xz"
+MD5SUM="5dc2be21c0d06c7eace340996e8a37e2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="meson"